This commit is contained in:
INADA Naoki 2018-02-23 15:45:34 +09:00
parent ae3a6ba0b0
commit d4675bee6c
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
0.5.6
======
* Fix fallback.Unpacker.feed() dropped unused data from buffer (#287)
* Resurrect fallback.unpack() and _unpacker.unpack().
They were removed at 0.5.5 but it breaks backward compatibility. (#288, #290)
0.5.5
======