Trying ONCE MORE (f*ck you git) to undo earlier json-schema changes, but keep @JsonNaming changes
diff --git a/release-notes/VERSION b/release-notes/VERSION
index 24b32d1..53a4abd 100644
--- a/release-notes/VERSION
+++ b/release-notes/VERSION
@@ -47,6 +47,8 @@
 * [Issue#40]: Allow serialization of Collections as JSON Objects
   (and deserialization from)
  (suggested by rveloso@github)
+* [Issue#45]: Add '@JsonNaming' annotation to define per-class PropertyNamingStrategy
+ (suggested by Mark W)
 * (issue #4 of jackson-annotations): Add `@JsonIdentityInfo(firstAsId=true)`
   to force ALL references to an object written as Object Id, even the first one.
 * Added 'ObjectReader#withHandler' to allow for reconfiguring deserialization
@@ -77,7 +79,7 @@
    (reported by "thebluemountain")
 * [JACKSON-838]: Utf8StreamParser._reportInvalidToken() skips letters
     from reported token name
-   (reported by Lóránt Pintér)
+   (reported by Lóránt Pintér)
 * [JACKSON-841] Data is doubled in SegmentedStringWriter output
    (reported by Scott S)
 * [JACKSON-842] ArrayIndexOutOfBoundsException when skipping C-style comments