Skip to content

Commit 3889ae9

Browse files
committed
CHANGES: mark breaking changes
1 parent 6a9005f commit 3889ae9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGES.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
## Unpublished
22

3-
- PPX: Add runtime for `result`
4-
([#13](https://github.com/melange-community/melange-json/pull/13))
5-
- PPX: Add `yojson` as runtime dep for the native version
6-
([#15](https://github.com/melange-community/melange-json/pull/15))
7-
- PPX: Rename `[@json.as]` to `[@json.name]`
8-
- PPX: Drop special encoding for enumeration-like variants (variants with each
3+
- **[breaking]** PPX: Rename `[@json.as]` to `[@json.name]`
4+
([#23](https://github.com/melange-community/melange-json/pull/23))
5+
- **[breaking]** PPX: Drop special encoding for enumeration-like variants (variants with each
96
constructor having no arguments).
107
([#26](https://github.com/melange-community/melange-json/pull/26))
11-
- PPX: change JSON representation of polyvariants, make it compatible with
8+
- **[breaking]** PPX: change JSON representation of polyvariants, make it compatible with
129
ppx_deriving_yojson and ppx_yojson_conv
1310
([#27](https://github.com/melange-community/melange-json/pull/27))
14-
- PPX: Consistent use of exceptions in runtime.
11+
- **[breaking]** PPX: Consistent use of exceptions in runtime.
1512
([#28](https://github.com/melange-community/melange-json/pull/28))
13+
- PPX: Add runtime for `result`
14+
([#13](https://github.com/melange-community/melange-json/pull/13))
15+
- PPX: Add `yojson` as runtime dep for the native version
16+
([#15](https://github.com/melange-community/melange-json/pull/15))
1617
- PPX: add `[@@json_string]` for deriving converters to/from JSON strings
1718
directly
1819
([#30](https://github.com/melange-community/melange-json/pull/30))

0 commit comments

Comments
 (0)