Skip to content

Commit b905a68

Browse files
authored
review nit
1 parent d559dc1 commit b905a68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

json_serializable/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## 0.6.0
22

33
* **BREAKING** By default, code generated to support `toJson` now creates
4-
a top-level function instead of a mixin.
5-
* The default for the `generate_to_json_function` is now `true`.
6-
* To opt-out of this change, set `generate_to_json_function` to `false`.
4+
a top-level function instead of a mixin. The default for the
5+
`generate_to_json_function` is now `true`. To opt-out of this change,
6+
set `generate_to_json_function` to `false`.
77

88
* Now supports changing the serialized values of enums using `JsonValue`.
99

0 commit comments

Comments
 (0)