Skip to content

Commit

Permalink
Add note about changed field order to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph authored Nov 9, 2018
1 parent ff937d4 commit 0b893f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ We introduced a `JsonParserSettings` class which can be used to customize these
New overloads for `JsonParser.apply` and `String.parseJson` have been introduced to specify
custom settings.

Also, field ordering changed when printing a `JsValue`. Use `jsValue.sortedPrint` if you want
to be sure fields are always ordered the same.

Version 1.3.4 (2017-10-24)
--------------------------

Expand Down

0 comments on commit 0b893f2

Please sign in to comment.