@@ -183,7 +183,7 @@ Changes
183183
184184
1851850.2.4
186- =======
186+ =====
187187:release date: 2012-12-22
188188
189189Bugs fixed
@@ -192,19 +192,19 @@ Bugs fixed
192192* Fix SEGV when object_hook or object_pairs_hook raise Exception. (#39)
193193
1941940.2.3
195- =======
195+ =====
196196:release date: 2012-12-11
197197
198198Changes
199199-------
200200* Warn when use_list is not specified. It's default value will be changed in 0.3.
201201
202202Bugs fixed
203- -----------
203+ ----------
204204* Can't pack subclass of dict.
205205
2062060.2.2
207- =======
207+ =====
208208:release date: 2012-09-21
209209
210210Changes
@@ -213,24 +213,24 @@ Changes
213213 object in single precision format.
214214
215215Bugs fixed
216- -----------
216+ ----------
217217* ``unpack() `` didn't restores gc state when it called with gc disabled.
218218 ``unpack() `` doesn't control gc now instead of restoring gc state collectly.
219219 User can control gc state when gc cause performance issue.
220220
221221* ``Unpacker ``'s ``read_size `` option didn't used.
222222
2232230.2.1
224- =======
224+ =====
225225:release date: 2012-08-20
226226
227227Changes
228228-------
229229* Add ``max_buffer_size `` parameter to Unpacker. It limits internal buffer size
230230 and allows unpack data from untrusted source safely.
231231
232- * Unpacker's buffer reallocation algorithm is less greedy now. It cause perforamce
233- derease in rare case but memory efficient and don't allocate than ``max_buffer_size ``.
232+ * Unpacker's buffer reallocation algorithm is less greedy now. It cause performance
233+ decrease in rare case but memory efficient and don't allocate than ``max_buffer_size ``.
234234
235235Bugs fixed
236236----------
@@ -240,7 +240,7 @@ Bugs fixed
240240
241241
2422420.2.0
243- =======
243+ =====
244244:release date: 2012-06-27
245245
246246Changes
@@ -255,16 +255,16 @@ Bugs fixed
255255
256256
2572570.1.13
258- =======
258+ ======
259259:release date: 2012-04-21
260260
261261New
262- ----
262+ ---
263263* Don't accept subtype of list and tuple as msgpack list. (Steeve Morin)
264264 It allows customize how it serialized with ``default `` argument.
265265
266266Bugs fixed
267- -----------
267+ ----------
268268* Fix wrong error message. (David Wolever)
269269* Fix memory leak while unpacking when ``object_hook `` or ``list_hook `` is used.
270270 (Steeve Morin)
@@ -276,21 +276,21 @@ Other changes
276276
277277
2782780.1.12
279- =======
279+ ======
280280:release date: 2011-12-27
281281
282282Bugs fixed
283- -------------
283+ ----------
284284
285285* Re-enable packs/unpacks removed at 0.1.11. It will be removed when 0.2 is released.
286286
287287
2882880.1.11
289- =======
289+ ======
290290:release date: 2011-12-26
291291
292292Bugs fixed
293- -------------
293+ ----------
294294
295295* Include test code for Python3 to sdist. (Johan Bergström)
296296* Fix compilation error on MSVC. (davidgaleano)
@@ -308,7 +308,7 @@ New feature
308308
309309
3103100.1.9
311- ======
311+ =====
312312:release date: 2011-01-29
313313
314314New feature
@@ -322,16 +322,16 @@ Bugs fixed
322322* Add MemoryError check.
323323
3243240.1.8
325- ======
325+ =====
326326:release date: 2011-01-10
327327
328328New feature
329- ------------
329+ -----------
330330* Support ``loads `` and ``dumps `` aliases for API compatibility with
331331 simplejson and pickle.
332332
333333* Add *object_hook * and *list_hook * option to unpacker. It allows you to
334- hook unpacing mapping type and array type.
334+ hook unpacking mapping type and array type.
335335
336336* Add *default * option to packer. It allows you to pack unsupported types.
337337
@@ -343,13 +343,13 @@ Bugs fixed
343343
344344
3453450.1.7
346- ======
346+ =====
347347:release date: 2010-11-02
348348
349349New feature
350- ------------
350+ -----------
351351* Add *object_hook * and *list_hook * option to unpacker. It allows you to
352- hook unpacing mapping type and array type.
352+ hook unpacking mapping type and array type.
353353
354354* Add *default * option to packer. It allows you to pack unsupported types.
355355
0 commit comments