We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b72e8 commit 1d9d993Copy full SHA for 1d9d993
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# Changelog
2
+
3
+## v0.1.1
4
5
+* Fix invalid output of `events::debug_to` for lists and dicts.
6
+* Replace macro `BENCODE_SERIALIZES_TO_DICT` by `BENCODE_SERIALIZES_TO_DICT_SORTED`
7
+ and `BENCODE SERIALIZED_TO_DICT_UNSORTED`. `serializes_to_dict`
8
+ now takes an enum non-type template argument `dict_key_order`
9
+ to indicate if the dict default iteration order is sorted or not.
10
+* Fix various event producing compilation errors.
11
12
+## v0.1.0
13
14
+Initial release.
0 commit comments