Skip to content

Commit 1d9d993

Browse files
committed
add CHANGELOG.md
1 parent d0b72e8 commit 1d9d993

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)