@@ -98,7 +98,7 @@ Release Date: 2023-03-08
9898Release Date: 2022-06-03
9999
100100- Support Python 3.11 (beta).
101- - Don't define < span class = " title-ref " > \_\_\*\_ ENDIAN \_\_ </ span > macro
101+ - Don't define ` __*_ENDIAN__ ` macro
102102 on Unix. by @methane in
103103 < https://github.com/msgpack/msgpack-python/pull/495 >
104104- Use PyFloat_Pack8() on Python 3.11a7 by @vstinner in
@@ -200,14 +200,13 @@ reason (DoS).
200200# 0.5.6
201201
202202- Fix fallback.Unpacker.feed() dropped unused data from buffer (#287 )
203- - Resurrect fallback.unpack() and
204- <span id =" unpacker.unpack " >unpacker.unpack</span >(). They were removed
205- at 0.5.5 but it breaks backward compatibility. (#288 , \# 290)
203+ - Resurrect fallback.unpack() and ` unpacker.unpack() ` . They were removed
204+ at 0.5.5 but it breaks backward compatibility. (#288 , #290 )
206205
207206# 0.5.5
208207
209208- Fix memory leak in pure Python Unpacker.feed() (#283 )
210- - Fix unpack() didn't support < span class = " title-ref " > raw</ span > option
209+ - Fix unpack() didn't support ` raw ` option
211210 (#285 )
212211
213212# 0.5.4
@@ -372,11 +371,8 @@ Release Date: 2013-10-21
372371
373372- Default value of ` use_list ` is ` True ` for now. (It was ` False ` for
374373 0.2.x) You should pass it explicitly for compatibility to 0.2.x.
375- - <span class =" title-ref " >Unpacker.unpack()</span > and some unpack
376- methods now raise <span class =" title-ref " >OutOfData</span > instead of
377- <span class =" title-ref " >StopIteration</span >.
378- <span class =" title-ref " >StopIteration</span > is used for iterator
379- protocol only.
374+ - ` Unpacker.unpack() ` and some unpack methods now raise ` OutOfData ` instead of
375+ ` StopIteration ` . ` StopIteration ` is used for iterator protocol only.
380376
381377## Changes
382378
0 commit comments