Skip to content

Commit 3ced402

Browse files
committed
Doc update
1 parent 18e6729 commit 3ced402

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@
2525

2626
- New non-throwing accessor `try_as<T>()` for `basic_json` that return a `std::expected`-like result,
2727

28-
- Breaking changes to staj iterator classes
28+
- Changes
29+
30+
- Until now, the reflection traits generated by the convenience macros `JSONCONS_ALL_MEMBER_TRAITS`
31+
etc. produced JSON (or other formats) with object names in sorted order. After this release,
32+
they will produce JSON, BSON etc. with object names in the order that they appear as macro arguments.
33+
34+
- Breaking change to staj iterator classes
2935

3036
- Classes `staj_array_view` and `staj_object_view` and corresponding factories `staj_array`
3137
and `staj_object` have been removed.

0 commit comments

Comments
 (0)