marshmallow 4.1.1__tar.gz → 4.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. {marshmallow-4.1.1 → marshmallow-4.2.0}/CHANGELOG.rst +219 -194
  2. {marshmallow-4.1.1 → marshmallow-4.2.0}/PKG-INFO +2 -2
  3. {marshmallow-4.1.1 → marshmallow-4.2.0}/pyproject.toml +3 -3
  4. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/error_store.py +23 -12
  5. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/fields.py +9 -4
  6. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/schema.py +1 -1
  7. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_error_store.py +17 -1
  8. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_schema.py +47 -1
  9. {marshmallow-4.1.1 → marshmallow-4.2.0}/CONTRIBUTING.rst +0 -0
  10. {marshmallow-4.1.1 → marshmallow-4.2.0}/LICENSE +0 -0
  11. {marshmallow-4.1.1 → marshmallow-4.2.0}/NOTICE +0 -0
  12. {marshmallow-4.1.1 → marshmallow-4.2.0}/README.rst +0 -0
  13. {marshmallow-4.1.1 → marshmallow-4.2.0}/SECURITY.md +0 -0
  14. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/.gitignore +0 -0
  15. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/_static/apple-touch-icon.png +0 -0
  16. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/_static/custom.css +0 -0
  17. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/_static/favicon.ico +0 -0
  18. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/_static/marshmallow-logo-200.png +0 -0
  19. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/_static/marshmallow-logo-with-title-for-dark-theme.png +0 -0
  20. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/_static/marshmallow-logo-with-title.png +0 -0
  21. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/_static/marshmallow-logo.png +0 -0
  22. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/api_reference.rst +0 -0
  23. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/authors.rst +0 -0
  24. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/changelog.rst +0 -0
  25. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/code_of_conduct.rst +0 -0
  26. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/conf.py +0 -0
  27. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/contributing.rst +0 -0
  28. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/custom_fields.rst +0 -0
  29. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/dashing.json +0 -0
  30. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/donate.rst +0 -0
  31. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/examples/index.rst +0 -0
  32. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/examples/inflection.rst +0 -0
  33. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/examples/quotes_api.rst +0 -0
  34. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/examples/validating_package_json.rst +0 -0
  35. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/custom_error_handling.rst +0 -0
  36. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/custom_error_messages.rst +0 -0
  37. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/custom_options.rst +0 -0
  38. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/index.rst +0 -0
  39. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/overriding_attribute_access.rst +0 -0
  40. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/pre_and_post_processing_methods.rst +0 -0
  41. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/schema_validation.rst +0 -0
  42. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/extending/using_original_input_data.rst +0 -0
  43. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/index.rst +0 -0
  44. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/install.rst +0 -0
  45. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/kudos.rst +0 -0
  46. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/license.rst +0 -0
  47. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.class_registry.rst +0 -0
  48. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.decorators.rst +0 -0
  49. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.error_store.rst +0 -0
  50. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.exceptions.rst +0 -0
  51. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.experimental.context.rst +0 -0
  52. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.fields.rst +0 -0
  53. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.schema.rst +0 -0
  54. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.types.rst +0 -0
  55. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.utils.rst +0 -0
  56. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/marshmallow.validate.rst +0 -0
  57. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/nesting.rst +0 -0
  58. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/quickstart.rst +0 -0
  59. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/top_level.rst +0 -0
  60. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/upgrading.rst +0 -0
  61. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/whos_using.rst +0 -0
  62. {marshmallow-4.1.1 → marshmallow-4.2.0}/docs/why.rst +0 -0
  63. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/__init__.py +0 -0
  64. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/class_registry.py +0 -0
  65. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/constants.py +0 -0
  66. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/decorators.py +0 -0
  67. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/exceptions.py +0 -0
  68. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/experimental/__init__.py +0 -0
  69. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/experimental/context.py +0 -0
  70. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/orderedset.py +0 -0
  71. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/py.typed +0 -0
  72. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/types.py +0 -0
  73. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/utils.py +0 -0
  74. {marshmallow-4.1.1 → marshmallow-4.2.0}/src/marshmallow/validate.py +0 -0
  75. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/__init__.py +0 -0
  76. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/base.py +0 -0
  77. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/conftest.py +0 -0
  78. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/foo_serializer.py +0 -0
  79. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/mypy_test_cases/test_class_registry.py +0 -0
  80. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/mypy_test_cases/test_schema.py +0 -0
  81. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/mypy_test_cases/test_validation_error.py +0 -0
  82. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_context.py +0 -0
  83. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_decorators.py +0 -0
  84. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_deserialization.py +0 -0
  85. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_exceptions.py +0 -0
  86. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_fields.py +0 -0
  87. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_options.py +0 -0
  88. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_registry.py +0 -0
  89. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_serialization.py +0 -0
  90. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_utils.py +0 -0
  91. {marshmallow-4.1.1 → marshmallow-4.2.0}/tests/test_validate.py +0 -0
  92. {marshmallow-4.1.1 → marshmallow-4.2.0}/tox.ini +0 -0
@@ -1,8 +1,25 @@
1
1
  Changelog
2
- ---------
2
+ =========
3
+
4
+
5
+ 4.2.0 (2026-01-04)
6
+ ------------------
7
+
8
+ Other changes:
9
+
10
+ - ``many`` argument of ``Nested`` properly overrides schema instance
11
+ value (:pr:`2854`). Thanks :user:`jafournier` for the PR.
12
+
13
+ 4.1.2 (2025-12-19)
14
+ ------------------
15
+
16
+ Bug fixes:
17
+
18
+ - :cve:`2025-68480`: Merge error store messages without rebuilding collections.
19
+ Thanks 카푸치노 for reporting and :user:`deckar01` for the fix.
3
20
 
4
21
  4.1.1 (2025-11-05)
5
- ++++++++++++++++++
22
+ ------------------
6
23
 
7
24
  Bug fixes:
8
25
 
@@ -10,7 +27,7 @@ Bug fixes:
10
27
  Thanks :user:`T90REAL` for the PR.
11
28
 
12
29
  4.1.0 (2025-11-01)
13
- ++++++++++++++++++
30
+ ------------------
14
31
 
15
32
  Other changes:
16
33
 
@@ -21,7 +38,7 @@ Other changes:
21
38
  - Test against Python 3.14 (:pr:`2864`).
22
39
 
23
40
  4.0.1 (2025-08-28)
24
- ++++++++++++++++++
41
+ ------------------
25
42
 
26
43
  Bug fixes:
27
44
 
@@ -30,7 +47,7 @@ Bug fixes:
30
47
 
31
48
 
32
49
  4.0.0 (2025-04-16)
33
- ******************
50
+ ------------------
34
51
 
35
52
  See :ref:`upgrading_4_0` for a guide on updating your code.
36
53
 
@@ -153,8 +170,16 @@ Previously-deprecated APIs have been removed, including:
153
170
  - ``Field.fail``, which was replaced by ``Field.make_error`` in 3.0.0.
154
171
  - `json_module` class Meta option (deprecated in 3.0.0b3). Use `render_module` instead.
155
172
 
173
+ 3.26.2 (2025-12-19)
174
+ -------------------
175
+
176
+ Bug fixes:
177
+
178
+ - :cve:`2025-68480`: Merge error store messages without rebuilding collections.
179
+ Thanks 카푸치노 for reporting and :user:`deckar01` for the fix.
180
+
156
181
  3.26.1 (2025-02-03)
157
- *******************
182
+ -------------------
158
183
 
159
184
  Bug fixes:
160
185
 
@@ -168,7 +193,7 @@ Other changes:
168
193
 
169
194
 
170
195
  3.26.0 (2025-01-22)
171
- *******************
196
+ -------------------
172
197
 
173
198
  Features:
174
199
 
@@ -198,7 +223,7 @@ Deprecations:
198
223
  to maintain the previous behavior.
199
224
 
200
225
  3.25.1 (2025-01-11)
201
- *******************
226
+ -------------------
202
227
 
203
228
  Bug fixes:
204
229
 
@@ -212,7 +237,7 @@ Documentation:
212
237
  - Various documentation improvements (:pr:`2746`, :pr:`2747`, :pr:`2748`, :pr:`2749`, :pr:`2750`, :pr:`2751`).
213
238
 
214
239
  3.25.0 (2025-01-09)
215
- *******************
240
+ -------------------
216
241
 
217
242
  Features:
218
243
 
@@ -230,7 +255,7 @@ Other changes:
230
255
  Use `marshmallow.schema.Schema` as a base class for type-checking instead.
231
256
 
232
257
  3.24.2 (2025-01-08)
233
- *******************
258
+ -------------------
234
259
 
235
260
  Changes:
236
261
 
@@ -245,14 +270,14 @@ Documentation:
245
270
  Thanks :user:`llucax` for reporting.
246
271
 
247
272
  3.24.1 (2025-01-06)
248
- *******************
273
+ -------------------
249
274
 
250
275
  Bug fixes:
251
276
 
252
277
  - Typing: Fix typing for `class_registry.get_class <marshmallow.class_registry.get_class>` (:pr:`2735`).
253
278
 
254
279
  3.24.0 (2025-01-06)
255
- *******************
280
+ -------------------
256
281
 
257
282
  Features:
258
283
 
@@ -275,7 +300,7 @@ Deprecations:
275
300
 
276
301
 
277
302
  3.23.3 (2025-01-03)
278
- *******************
303
+ -------------------
279
304
 
280
305
  Bug fixes:
281
306
 
@@ -288,7 +313,7 @@ Support:
288
313
  Thanks :user:`AbdealiLoKo` for reporting.
289
314
 
290
315
  3.23.2 (2024-12-18)
291
- *******************
316
+ -------------------
292
317
 
293
318
  Bug fixes:
294
319
 
@@ -298,7 +323,7 @@ Bug fixes:
298
323
 
299
324
 
300
325
  3.23.1 (2024-11-01)
301
- *******************
326
+ -------------------
302
327
 
303
328
  Support:
304
329
 
@@ -307,7 +332,7 @@ Support:
307
332
  documentation and README (:pr:`2323`).
308
333
 
309
334
  3.23.0 (2024-10-17)
310
- *******************
335
+ -------------------
311
336
 
312
337
  Features:
313
338
 
@@ -319,7 +344,7 @@ Other changes:
319
344
  - Drop support for Python 3.8 (:pr:`2318`).
320
345
 
321
346
  3.22.0 (2024-08-20)
322
- *******************
347
+ -------------------
323
348
 
324
349
  Features:
325
350
 
@@ -329,7 +354,7 @@ Features:
329
354
  Thanks :user:`deckar01` for the PR.
330
355
 
331
356
  3.21.3 (2024-06-05)
332
- *******************
357
+ -------------------
333
358
 
334
359
  Bug fixes:
335
360
 
@@ -337,7 +362,7 @@ Bug fixes:
337
362
  Thanks :user:`mrcljx` for the PR.
338
363
 
339
364
  3.21.2 (2024-05-01)
340
- *******************
365
+ -------------------
341
366
 
342
367
  Bug fixes:
343
368
 
@@ -345,7 +370,7 @@ Bug fixes:
345
370
  Thanks :user:`flydzen` for reporting.
346
371
 
347
372
  3.21.1 (2024-03-04)
348
- *******************
373
+ -------------------
349
374
 
350
375
  Bug fixes:
351
376
 
@@ -353,7 +378,7 @@ Bug fixes:
353
378
  Thanks :user:`travnick` for reporting.
354
379
 
355
380
  3.21.0 (2024-02-26)
356
- *******************
381
+ -------------------
357
382
 
358
383
  Bug fixes:
359
384
 
@@ -368,7 +393,7 @@ Other changes:
368
393
  ``importlib.metadata.version("marshmallow")`` instead.
369
394
 
370
395
  3.20.2 (2024-01-09)
371
- *******************
396
+ -------------------
372
397
 
373
398
  Bug fixes:
374
399
 
@@ -381,7 +406,7 @@ Other changes:
381
406
  Thanks :user:`hugovk` for the PR.
382
407
 
383
408
  3.20.1 (2023-07-20)
384
- *******************
409
+ -------------------
385
410
 
386
411
  Bug fixes:
387
412
 
@@ -389,7 +414,7 @@ Bug fixes:
389
414
  Thanks :user:`Cheaterman` for reporting.
390
415
 
391
416
  3.20.0 (2023-07-20)
392
- *******************
417
+ -------------------
393
418
 
394
419
  Features:
395
420
 
@@ -413,7 +438,7 @@ Other changes:
413
438
  - Drop support for Python 3.7 (:pr:`2135`).
414
439
 
415
440
  3.19.0 (2022-11-11)
416
- *******************
441
+ -------------------
417
442
 
418
443
  Features:
419
444
 
@@ -423,7 +448,7 @@ Features:
423
448
  the PR.
424
449
 
425
450
  3.18.0 (2022-09-15)
426
- *******************
451
+ -------------------
427
452
 
428
453
  Features:
429
454
 
@@ -434,7 +459,7 @@ Bug fixes:
434
459
  - Fix typing in ``Field._serialize`` signature (:pr:`2046`).
435
460
 
436
461
  3.17.1 (2022-08-22)
437
- *******************
462
+ -------------------
438
463
 
439
464
  Bug fixes:
440
465
 
@@ -443,7 +468,7 @@ Bug fixes:
443
468
  - Add missing type hint to IPInterface __init__ (:pr:`2036`).
444
469
 
445
470
  3.17.0 (2022-06-26)
446
- *******************
471
+ -------------------
447
472
 
448
473
  Features:
449
474
 
@@ -454,7 +479,7 @@ Features:
454
479
  Thanks :user:`sirosen` for the PR.
455
480
 
456
481
  3.16.0 (2022-05-29)
457
- *******************
482
+ -------------------
458
483
 
459
484
  Features:
460
485
 
@@ -470,7 +495,7 @@ Other changes:
470
495
  Thanks :user:`tirkarthi` for the PR.
471
496
 
472
497
  3.15.0 (2022-03-12)
473
- *******************
498
+ -------------------
474
499
 
475
500
  Features:
476
501
 
@@ -487,7 +512,7 @@ Other changes:
487
512
  Thanks :user:`Isira-Seneviratne` for the PR.
488
513
 
489
514
  3.14.1 (2021-11-13)
490
- *******************
515
+ -------------------
491
516
 
492
517
  Bug fixes:
493
518
 
@@ -495,7 +520,7 @@ Bug fixes:
495
520
  (:pr:`1905`). Thanks :user:`bwindsor` for the catch and patch.
496
521
 
497
522
  3.14.0 (2021-10-17)
498
- *******************
523
+ -------------------
499
524
 
500
525
  Bug fixes:
501
526
 
@@ -516,7 +541,7 @@ Other changes:
516
541
  - Test against Python 3.10 (:pr:`1888`).
517
542
 
518
543
  3.13.0 (2021-07-21)
519
- *******************
544
+ -------------------
520
545
 
521
546
  Features:
522
547
 
@@ -531,7 +556,7 @@ Deprecations:
531
556
  instead.
532
557
 
533
558
  3.12.2 (2021-07-06)
534
- *******************
559
+ -------------------
535
560
 
536
561
  Bug fixes:
537
562
 
@@ -541,7 +566,7 @@ Bug fixes:
541
566
  ``Schema`` instance through the ``fields`` attribute. (:pr:`1843`)
542
567
 
543
568
  3.12.1 (2021-05-10)
544
- *******************
569
+ -------------------
545
570
 
546
571
  Bug fixes:
547
572
 
@@ -550,7 +575,7 @@ Bug fixes:
550
575
  Thanks :user:`flying-sheep` for reporting and helping with the fix.
551
576
 
552
577
  3.12.0 (2021-05-09)
553
- *******************
578
+ -------------------
554
579
 
555
580
  Features:
556
581
 
@@ -567,7 +592,7 @@ Other changes:
567
592
  - Remove unnecessary list cast (:pr:`1785`).
568
593
 
569
594
  3.11.1 (2021-03-29)
570
- *******************
595
+ -------------------
571
596
 
572
597
  Bug fixes:
573
598
 
@@ -575,7 +600,7 @@ Bug fixes:
575
600
  Thanks :user:`rbu` for reporting and thanks :user:`sirosen` for the fix (:pr:`1745`).
576
601
 
577
602
  3.11.0 (2021-03-28)
578
- *******************
603
+ -------------------
579
604
 
580
605
  Features:
581
606
 
@@ -590,7 +615,7 @@ Other changes:
590
615
  - Remove unnecessary ``hasattr`` and ``getattr`` checks in ``Field`` (:pr:`1770`).
591
616
 
592
617
  3.10.0 (2020-12-19)
593
- *******************
618
+ -------------------
594
619
 
595
620
  Deprecations:
596
621
 
@@ -599,7 +624,7 @@ Deprecations:
599
624
  argument instead. Thanks :user:`sirosen`.
600
625
 
601
626
  3.9.1 (2020-11-07)
602
- ******************
627
+ ------------------
603
628
 
604
629
  Bug fixes:
605
630
 
@@ -609,7 +634,7 @@ Bug fixes:
609
634
  value ``Field`` is specified (:pr:`1685`).
610
635
 
611
636
  3.9.0 (2020-10-31)
612
- ******************
637
+ ------------------
613
638
 
614
639
  Features:
615
640
 
@@ -622,7 +647,7 @@ Other changes:
622
647
  Thanks :user:`nadega` for the PR.
623
648
 
624
649
  3.8.0 (2020-09-16)
625
- ******************
650
+ ------------------
626
651
 
627
652
  Features:
628
653
 
@@ -635,7 +660,7 @@ Bug fixes:
635
660
  reporting.
636
661
 
637
662
  3.7.1 (2020-07-20)
638
- ******************
663
+ ------------------
639
664
 
640
665
  Bug fixes:
641
666
 
@@ -643,7 +668,7 @@ Bug fixes:
643
668
  Thanks :user:`jun0jang` for the PR.
644
669
 
645
670
  3.7.0 (2020-07-08)
646
- ******************
671
+ ------------------
647
672
 
648
673
  Deprecations:
649
674
 
@@ -659,7 +684,7 @@ Bug fixes:
659
684
  Thanks :user:`juannorris` for the PR.
660
685
 
661
686
  3.6.1 (2020-06-02)
662
- ******************
687
+ ------------------
663
688
 
664
689
  No code changes--only docs and contributor-facing updates in this release.
665
690
 
@@ -672,7 +697,7 @@ Support:
672
697
  add summary tables (:pr:`1587`). Thanks :user:`EpicWink` for the PR.
673
698
 
674
699
  3.6.0 (2020-05-08)
675
- ******************
700
+ ------------------
676
701
 
677
702
  Features:
678
703
 
@@ -681,21 +706,21 @@ Features:
681
706
 
682
707
 
683
708
  3.5.2 (2020-04-30)
684
- ******************
709
+ ------------------
685
710
 
686
711
  Bug fixes:
687
712
 
688
713
  - Fix typing in ``class_registry`` (:pr:`1574`). Thanks :user:`mahenzon`.
689
714
 
690
715
  3.5.1 (2020-03-05)
691
- ******************
716
+ ------------------
692
717
 
693
718
  Bug fixes:
694
719
 
695
720
  - Includes bug fix from 2.21.0.
696
721
 
697
722
  3.5.0 (2020-02-19)
698
- ******************
723
+ ------------------
699
724
 
700
725
  Bug fixes:
701
726
 
@@ -705,7 +730,7 @@ Bug fixes:
705
730
  negative impact on performance in this specific case is expected.
706
731
 
707
732
  3.4.0 (2020-02-02)
708
- ******************
733
+ ------------------
709
734
 
710
735
  Features:
711
736
 
@@ -722,7 +747,7 @@ Other changes:
722
747
  - Remove useless ``_serialize`` override in ``UUID`` field (:pr:`1489`).
723
748
 
724
749
  3.3.0 (2019-12-05)
725
- ******************
750
+ ------------------
726
751
 
727
752
  Features:
728
753
 
@@ -779,7 +804,7 @@ Other changes:
779
804
  - Make mypy stricter and remove dead code (:pr:`1467`). Thanks again, :user:`hukkinj1`.
780
805
 
781
806
  3.2.2 (2019-11-04)
782
- ******************
807
+ ------------------
783
808
 
784
809
  Bug fixes:
785
810
 
@@ -791,14 +816,14 @@ Support:
791
816
  - Test against Python 3.8 (:pr:`1431`).
792
817
 
793
818
  3.2.1 (2019-09-30)
794
- ******************
819
+ ------------------
795
820
 
796
821
  Bug fixes:
797
822
 
798
823
  - Fix typing for ``Schema.dump[s]`` (:pr:`1416`).
799
824
 
800
825
  3.2.0 (2019-09-17)
801
- ******************
826
+ ------------------
802
827
 
803
828
  Features:
804
829
 
@@ -813,7 +838,7 @@ Refactoring:
813
838
  - Remove unnecessary ``BaseSchema`` superclass (:pr:`1406`).
814
839
 
815
840
  3.1.1 (2019-09-16)
816
- ******************
841
+ ------------------
817
842
 
818
843
  Bug fixes:
819
844
 
@@ -823,7 +848,7 @@ Bug fixes:
823
848
  Thanks :user:`metheoryt` for reporting.
824
849
 
825
850
  3.1.0 (2019-09-15)
826
- ******************
851
+ ------------------
827
852
 
828
853
  Features:
829
854
 
@@ -836,7 +861,7 @@ Bug fixes:
836
861
  - Includes bug fix from 2.20.5.
837
862
 
838
863
  3.0.5 (2019-09-12)
839
- ******************
864
+ ------------------
840
865
 
841
866
  Bug fixes:
842
867
 
@@ -845,7 +870,7 @@ Bug fixes:
845
870
 
846
871
 
847
872
  3.0.4 (2019-09-11)
848
- ******************
873
+ ------------------
849
874
 
850
875
  Bug fixes:
851
876
 
@@ -853,7 +878,7 @@ Bug fixes:
853
878
  - Includes bug fix from 2.20.4 (:issue:`1160`).
854
879
 
855
880
  3.0.3 (2019-09-04)
856
- ******************
881
+ ------------------
857
882
 
858
883
  Bug fixes:
859
884
 
@@ -861,7 +886,7 @@ Bug fixes:
861
886
  Thanks :user:`jtrakk` for reporting.
862
887
 
863
888
  3.0.2 (2019-09-04)
864
- ******************
889
+ ------------------
865
890
 
866
891
  Bug fixes:
867
892
 
@@ -869,7 +894,7 @@ Bug fixes:
869
894
  - Fix incorrect ``super()`` call in ``SchemaMeta.__init__`` (:pr:`1362`).
870
895
 
871
896
  3.0.1 (2019-08-21)
872
- ******************
897
+ ------------------
873
898
 
874
899
  Bug fixes:
875
900
 
@@ -877,7 +902,7 @@ Bug fixes:
877
902
  This bug was introduced in 3.0.0rc9. Thanks :user:`zblz` for reporting.
878
903
 
879
904
  3.0.0 (2019-08-18)
880
- ******************
905
+ ------------------
881
906
 
882
907
  Features:
883
908
 
@@ -895,7 +920,7 @@ Support:
895
920
  - Various docs improvements (:pr:`1329`).
896
921
 
897
922
  3.0.0rc9 (2019-07-31)
898
- *********************
923
+ ---------------------
899
924
 
900
925
  Features:
901
926
 
@@ -926,7 +951,7 @@ Support:
926
951
  - Document usage of ``validate.Regexp``'s usage ``re.search`` (:issue:`1285`). Thanks :user:`macdonaldezra`.
927
952
 
928
953
  3.0.0rc8 (2019-07-04)
929
- *********************
954
+ ---------------------
930
955
 
931
956
  Features:
932
957
 
@@ -957,7 +982,7 @@ Other changes:
957
982
  - Switch to Azure Pipelines for CI (:issue:`1261`).
958
983
 
959
984
  3.0.0rc7 (2019-06-15)
960
- *********************
985
+ ---------------------
961
986
 
962
987
  Features:
963
988
 
@@ -979,7 +1004,7 @@ Other changes:
979
1004
  - *Backwards-incompatible*: Use keyword-only arguments (:issue:`1216`).
980
1005
 
981
1006
  3.0.0rc6 (2019-05-05)
982
- *********************
1007
+ ---------------------
983
1008
 
984
1009
  Support:
985
1010
 
@@ -995,7 +1020,7 @@ Support:
995
1020
  again :user:`hugovk`.
996
1021
 
997
1022
  3.0.0rc5 (2019-03-30)
998
- *********************
1023
+ ---------------------
999
1024
 
1000
1025
  Features:
1001
1026
 
@@ -1015,7 +1040,7 @@ Bug fixes:
1015
1040
  - Includes bug fix from 2.19.2.
1016
1041
 
1017
1042
  3.0.0rc4 (2019-02-08)
1018
- *********************
1043
+ ---------------------
1019
1044
 
1020
1045
  Features:
1021
1046
 
@@ -1025,7 +1050,7 @@ Features:
1025
1050
  Thank :user:`sayanarijit` for the suggestion and the PR.
1026
1051
 
1027
1052
  3.0.0rc3 (2019-01-13)
1028
- *********************
1053
+ ---------------------
1029
1054
 
1030
1055
  Features:
1031
1056
 
@@ -1047,7 +1072,7 @@ Bug fixes:
1047
1072
  - Includes bug fix from 2.18.0.
1048
1073
 
1049
1074
  3.0.0rc2 (2019-01-03)
1050
- *********************
1075
+ ---------------------
1051
1076
 
1052
1077
  Features:
1053
1078
 
@@ -1072,7 +1097,7 @@ Other changes:
1072
1097
  validation completion (:issue:`996`).
1073
1098
 
1074
1099
  3.0.0rc1 (2018-11-29)
1075
- *********************
1100
+ ---------------------
1076
1101
 
1077
1102
  Features:
1078
1103
 
@@ -1090,14 +1115,14 @@ Bug fixes:
1090
1115
  Thanks :user:`toffan` for the catch and patch.
1091
1116
 
1092
1117
  3.0.0b20 (2018-11-01)
1093
- *********************
1118
+ ---------------------
1094
1119
 
1095
1120
  Bug fixes:
1096
1121
 
1097
1122
  - Includes bug fixes from 2.16.2 and 2.16.3.
1098
1123
 
1099
1124
  3.0.0b19 (2018-10-24)
1100
- *********************
1125
+ ---------------------
1101
1126
 
1102
1127
  Features:
1103
1128
 
@@ -1117,7 +1142,7 @@ Other changes:
1117
1142
 
1118
1143
 
1119
1144
  3.0.0b18 (2018-10-15)
1120
- *********************
1145
+ ---------------------
1121
1146
 
1122
1147
  Bug fixes:
1123
1148
 
@@ -1131,7 +1156,7 @@ Deprecations/Removals:
1131
1156
 
1132
1157
 
1133
1158
  3.0.0b17 (2018-10-13)
1134
- *********************
1159
+ ---------------------
1135
1160
 
1136
1161
  Features:
1137
1162
 
@@ -1155,7 +1180,7 @@ Bug fixes:
1155
1180
  - Includes bug fix from 2.16.0.
1156
1181
 
1157
1182
  3.0.0b16 (2018-09-20)
1158
- *********************
1183
+ ---------------------
1159
1184
 
1160
1185
  Bug fixes:
1161
1186
 
@@ -1164,7 +1189,7 @@ Bug fixes:
1164
1189
  for reporting.
1165
1190
 
1166
1191
  3.0.0b15 (2018-09-18)
1167
- *********************
1192
+ ---------------------
1168
1193
 
1169
1194
  Bug fixes:
1170
1195
 
@@ -1178,7 +1203,7 @@ Bug fixes:
1178
1203
  Thanks :user:`tuukkamustonen` for implementing these changes.
1179
1204
 
1180
1205
  3.0.0b14 (2018-09-15)
1181
- *********************
1206
+ ---------------------
1182
1207
 
1183
1208
  Features:
1184
1209
 
@@ -1202,7 +1227,7 @@ Other changes:
1202
1227
  - Tested against Python 3.7.
1203
1228
 
1204
1229
  3.0.0b13 (2018-08-04)
1205
- *********************
1230
+ ---------------------
1206
1231
 
1207
1232
  Bug fixes:
1208
1233
 
@@ -1223,7 +1248,7 @@ Other changes:
1223
1248
  reporting.
1224
1249
 
1225
1250
  3.0.0b12 (2018-07-04)
1226
- *********************
1251
+ ---------------------
1227
1252
 
1228
1253
  Features:
1229
1254
 
@@ -1256,7 +1281,7 @@ Deprecations/Removals:
1256
1281
  instances from ``Schema.fields``.
1257
1282
 
1258
1283
  3.0.0b11 (2018-05-20)
1259
- *********************
1284
+ ---------------------
1260
1285
 
1261
1286
  Features:
1262
1287
 
@@ -1276,14 +1301,14 @@ Bug fixes:
1276
1301
 
1277
1302
 
1278
1303
  3.0.0b10 (2018-05-10)
1279
- *********************
1304
+ ---------------------
1280
1305
 
1281
1306
  Bug fixes:
1282
1307
 
1283
1308
  - Includes bugfixes from 2.15.2.
1284
1309
 
1285
1310
  3.0.0b9 (2018-04-25)
1286
- ********************
1311
+ --------------------
1287
1312
 
1288
1313
  Features:
1289
1314
 
@@ -1296,7 +1321,7 @@ Bug fixes:
1296
1321
  - Includes the bugfix from 2.15.1.
1297
1322
 
1298
1323
  3.0.0b8 (2018-03-24)
1299
- ********************
1324
+ --------------------
1300
1325
 
1301
1326
  Features:
1302
1327
 
@@ -1318,7 +1343,7 @@ Features:
1318
1343
  Thanks :user:`shabble` for the report and thanks :user:`lafrech` for the PR.
1319
1344
 
1320
1345
  3.0.0b7 (2018-02-03)
1321
- ********************
1346
+ --------------------
1322
1347
 
1323
1348
  Features:
1324
1349
 
@@ -1347,7 +1372,7 @@ Support:
1347
1372
 
1348
1373
 
1349
1374
  3.0.0b6 (2018-01-02)
1350
- ********************
1375
+ --------------------
1351
1376
 
1352
1377
  Bug fixes:
1353
1378
 
@@ -1363,7 +1388,7 @@ Other changes:
1363
1388
  - ``validate.URL`` requires square brackets around IPv6 URLs (:issue:`707`). Thanks :user:`harlov`.
1364
1389
 
1365
1390
  3.0.0b5 (2017-12-30)
1366
- ********************
1391
+ --------------------
1367
1392
 
1368
1393
  Features:
1369
1394
 
@@ -1377,7 +1402,7 @@ Other changes:
1377
1402
  ``utils.from_iso_datetime`` (:issue:`694`). Thanks :user:`sklarsa`.
1378
1403
 
1379
1404
  3.0.0b4 (2017-10-23)
1380
- ********************
1405
+ --------------------
1381
1406
 
1382
1407
  Features:
1383
1408
 
@@ -1396,7 +1421,7 @@ Support:
1396
1421
  for reporting and thanks :user:`yoichi` for the PR.
1397
1422
 
1398
1423
  3.0.0b3 (2017-08-20)
1399
- ********************
1424
+ --------------------
1400
1425
 
1401
1426
  Features:
1402
1427
 
@@ -1418,7 +1443,7 @@ Support:
1418
1443
  - Add benchmark script. Thanks :user:`rowillia`.
1419
1444
 
1420
1445
  3.0.0b2 (2017-03-19)
1421
- ********************
1446
+ --------------------
1422
1447
 
1423
1448
  Features:
1424
1449
 
@@ -1433,7 +1458,7 @@ Bug fixes:
1433
1458
  - Includes bug fixes from release 2.13.4.
1434
1459
 
1435
1460
  3.0.0b1 (2017-03-10)
1436
- ********************
1461
+ --------------------
1437
1462
 
1438
1463
  Features:
1439
1464
 
@@ -1447,7 +1472,7 @@ Other changes:
1447
1472
  - *Backwards-incompatible*: ``skip_on_field_errors`` defaults to ``True`` for ``validates_schema`` (:issue:`352`).
1448
1473
 
1449
1474
  3.0.0a1 (2017-02-26)
1450
- ********************
1475
+ --------------------
1451
1476
 
1452
1477
  Features:
1453
1478
 
@@ -1469,7 +1494,7 @@ Deprecation/Removals:
1469
1494
  - Remove ``extra`` parameter from ``Schema``. Use a ``@post_dump`` method to add additional data.
1470
1495
 
1471
1496
  2.21.0 (2020-03-05)
1472
- *******************
1497
+ -------------------
1473
1498
 
1474
1499
  Bug fixes:
1475
1500
 
@@ -1481,14 +1506,14 @@ Other changes:
1481
1506
  - Drop support for Python 3.4 (:pr:`1525`).
1482
1507
 
1483
1508
  2.20.5 (2019-09-15)
1484
- *******************
1509
+ -------------------
1485
1510
 
1486
1511
  Bug fixes:
1487
1512
 
1488
1513
  - Fix behavior when a non-list collection is passed to the ``validate`` argument of ``fields.Email`` and ``fields.URL`` (:issue:`1400`).
1489
1514
 
1490
1515
  2.20.4 (2019-09-11)
1491
- *******************
1516
+ -------------------
1492
1517
 
1493
1518
  Bug fixes:
1494
1519
 
@@ -1496,14 +1521,14 @@ Bug fixes:
1496
1521
  Thanks :user:`Kamforka` for reporting.
1497
1522
 
1498
1523
  2.20.3 (2019-09-04)
1499
- *******************
1524
+ -------------------
1500
1525
 
1501
1526
  Bug fixes:
1502
1527
 
1503
1528
  - Don't swallow ``TypeError`` exceptions raised by ``Field._bind_to_schema`` or ``Schema.on_bind_field`` (:pr:`1376`).
1504
1529
 
1505
1530
  2.20.2 (2019-08-20)
1506
- *******************
1531
+ -------------------
1507
1532
 
1508
1533
  Bug fixes:
1509
1534
 
@@ -1511,7 +1536,7 @@ Bug fixes:
1511
1536
  (:pr:`1354`). Thanks :user:`nicktimko` for the PR.
1512
1537
 
1513
1538
  2.20.1 (2019-08-13)
1514
- *******************
1539
+ -------------------
1515
1540
 
1516
1541
  Bug fixes:
1517
1542
 
@@ -1519,7 +1544,7 @@ Bug fixes:
1519
1544
  passed to a nested schema with ``@validates`` (:issue:`1342`).
1520
1545
 
1521
1546
  2.20.0 (2019-08-10)
1522
- *******************
1547
+ -------------------
1523
1548
 
1524
1549
  Bug fixes:
1525
1550
 
@@ -1534,7 +1559,7 @@ Deprecation/Removals:
1534
1559
  - Python 2.6 is no longer officially supported (:issue:`1274`).
1535
1560
 
1536
1561
  2.19.5 (2019-06-18)
1537
- *******************
1562
+ -------------------
1538
1563
 
1539
1564
  Bug fixes:
1540
1565
 
@@ -1542,7 +1567,7 @@ Bug fixes:
1542
1567
  miroseconds (:issue:`1251`). Thanks :user:`diego-plan9` for reporting.
1543
1568
 
1544
1569
  2.19.4 (2019-06-16)
1545
- *******************
1570
+ -------------------
1546
1571
 
1547
1572
  Bug fixes:
1548
1573
 
@@ -1550,7 +1575,7 @@ Bug fixes:
1550
1575
  installed (:issue:`1147`).
1551
1576
 
1552
1577
  2.19.3 (2019-06-15)
1553
- *******************
1578
+ -------------------
1554
1579
 
1555
1580
  Bug fixes:
1556
1581
 
@@ -1559,7 +1584,7 @@ Bug fixes:
1559
1584
  reporting.
1560
1585
 
1561
1586
  2.19.2 (2019-03-30)
1562
- *******************
1587
+ -------------------
1563
1588
 
1564
1589
  Bug fixes:
1565
1590
 
@@ -1567,7 +1592,7 @@ Bug fixes:
1567
1592
  ``fields.Float`` (:pr:`1177`). Thanks :user:`brycedrennan` for the PR.
1568
1593
 
1569
1594
  2.19.1 (2019-03-16)
1570
- *******************
1595
+ -------------------
1571
1596
 
1572
1597
  Bug fixes:
1573
1598
 
@@ -1576,7 +1601,7 @@ Bug fixes:
1576
1601
  catch and patch.
1577
1602
 
1578
1603
  2.19.0 (2019-03-07)
1579
- *******************
1604
+ -------------------
1580
1605
 
1581
1606
  Deprecation/Removal:
1582
1607
 
@@ -1585,7 +1610,7 @@ Deprecation/Removal:
1585
1610
  instead (:issue:`1141`).
1586
1611
 
1587
1612
  2.18.1 (2019-02-15)
1588
- *******************
1613
+ -------------------
1589
1614
 
1590
1615
  Bug fixes:
1591
1616
 
@@ -1594,7 +1619,7 @@ Bug fixes:
1594
1619
  reporting.
1595
1620
 
1596
1621
  2.18.0 (2019-01-13)
1597
- *******************
1622
+ -------------------
1598
1623
 
1599
1624
  Features:
1600
1625
 
@@ -1607,7 +1632,7 @@ Bug fixes:
1607
1632
  duplicate it (:pr:`1099`).
1608
1633
 
1609
1634
  2.17.0 (2018-12-26)
1610
- *******************
1635
+ -------------------
1611
1636
 
1612
1637
  Features:
1613
1638
 
@@ -1616,7 +1641,7 @@ Features:
1616
1641
  prepare for marshmallow 3 (:pr:`1075`).
1617
1642
 
1618
1643
  2.16.3 (2018-11-01)
1619
- *******************
1644
+ -------------------
1620
1645
 
1621
1646
  Bug fixes:
1622
1647
 
@@ -1625,7 +1650,7 @@ Bug fixes:
1625
1650
  reproduce this issue.
1626
1651
 
1627
1652
  2.16.2 (2018-10-30)
1628
- *******************
1653
+ -------------------
1629
1654
 
1630
1655
  Bug fixes:
1631
1656
 
@@ -1634,7 +1659,7 @@ Bug fixes:
1634
1659
  :user:`jmargeta` for the PR.
1635
1660
 
1636
1661
  2.16.1 (2018-10-17)
1637
- *******************
1662
+ -------------------
1638
1663
 
1639
1664
  Bug fixes:
1640
1665
 
@@ -1642,7 +1667,7 @@ Bug fixes:
1642
1667
  (:issue:`998`). Thanks :user:`lalvarezguillen` for reporting.
1643
1668
 
1644
1669
  2.16.0 (2018-10-10)
1645
- *******************
1670
+ -------------------
1646
1671
 
1647
1672
  Bug fixes:
1648
1673
 
@@ -1654,7 +1679,7 @@ Other changes:
1654
1679
  - Drop support for Python 3.3 (:pr:`987`).
1655
1680
 
1656
1681
  2.15.6 (2018-09-20)
1657
- *******************
1682
+ -------------------
1658
1683
 
1659
1684
  Bug fixes:
1660
1685
 
@@ -1668,7 +1693,7 @@ These fixes were backported from 3.0.0b15 and 3.0.0b16.
1668
1693
 
1669
1694
 
1670
1695
  2.15.5 (2018-09-15)
1671
- *******************
1696
+ -------------------
1672
1697
 
1673
1698
  Bug fixes:
1674
1699
 
@@ -1676,7 +1701,7 @@ Bug fixes:
1676
1701
  Thanks :user:`vke-code` for the catch and :user:`YuriHeupa` for the patch.
1677
1702
 
1678
1703
  2.15.4 (2018-08-04)
1679
- *******************
1704
+ -------------------
1680
1705
 
1681
1706
  Bug fixes:
1682
1707
 
@@ -1684,7 +1709,7 @@ Bug fixes:
1684
1709
  (:issue:`748`). Thanks :user:`m-novikov` for the catch and patch.
1685
1710
 
1686
1711
  2.15.3 (2018-05-20)
1687
- *******************
1712
+ -------------------
1688
1713
 
1689
1714
  Bug fixes:
1690
1715
 
@@ -1693,7 +1718,7 @@ Bug fixes:
1693
1718
  :user:`deckar01` for the catch and patch.
1694
1719
 
1695
1720
  2.15.2 (2018-05-10)
1696
- *******************
1721
+ -------------------
1697
1722
 
1698
1723
  Bug fixes:
1699
1724
 
@@ -1708,16 +1733,16 @@ Bug fixes:
1708
1733
  :user:`deckar01` for the fix.
1709
1734
 
1710
1735
  2.15.1 (2018-04-25)
1711
- *******************
1736
+ -------------------
1712
1737
 
1713
1738
  Bug fixes:
1714
1739
 
1715
- - :cve:`CVE-2018-17175`: Fix behavior when an empty list is passed as the ``only`` argument
1740
+ - :cve:`2018-17175`: Fix behavior when an empty list is passed as the ``only`` argument
1716
1741
  (:issue:`772`). Thanks :user:`deckar01` for reporting and thanks
1717
1742
  :user:`lafrech` for the fix.
1718
1743
 
1719
1744
  2.15.0 (2017-12-02)
1720
- *******************
1745
+ -------------------
1721
1746
 
1722
1747
  Bug fixes:
1723
1748
 
@@ -1726,7 +1751,7 @@ Bug fixes:
1726
1751
  suggestion and thanks :user:`4lissonsilveira` for the PR.
1727
1752
 
1728
1753
  2.14.0 (2017-10-23)
1729
- *******************
1754
+ -------------------
1730
1755
 
1731
1756
  Features:
1732
1757
 
@@ -1734,7 +1759,7 @@ Features:
1734
1759
  Thanks :user:`sduthil` for the suggestion and the PR.
1735
1760
 
1736
1761
  2.13.6 (2017-08-16)
1737
- *******************
1762
+ -------------------
1738
1763
 
1739
1764
  Bug fixes:
1740
1765
 
@@ -1742,28 +1767,28 @@ Bug fixes:
1742
1767
  (:issue:`669`). Thanks :user:`MichalKononenko`.
1743
1768
 
1744
1769
  2.13.5 (2017-04-12)
1745
- *******************
1770
+ -------------------
1746
1771
 
1747
1772
  Bug fixes:
1748
1773
 
1749
1774
  - Fix validation of iso8601-formatted dates (:issue:`556`). Thanks :user:`lafrech` for reporting.
1750
1775
 
1751
1776
  2.13.4 (2017-03-19)
1752
- *******************
1777
+ -------------------
1753
1778
 
1754
1779
  Bug fixes:
1755
1780
 
1756
1781
  - Fix symmetry of serialization and deserialization behavior when passing a dot-delimited path to the ``attribute`` parameter of fields (:issue:`450`). Thanks :user:`itajaja` for reporting.
1757
1782
 
1758
1783
  2.13.3 (2017-03-11)
1759
- *******************
1784
+ -------------------
1760
1785
 
1761
1786
  Bug fixes:
1762
1787
 
1763
1788
  - Restore backwards-compatibility of ``SchemaOpts`` constructor (:issue:`597`). Thanks :user:`Wesmania` for reporting and thanks :user:`frol` for the fix.
1764
1789
 
1765
1790
  2.13.2 (2017-03-10)
1766
- *******************
1791
+ -------------------
1767
1792
 
1768
1793
  Bug fixes:
1769
1794
 
@@ -1774,35 +1799,35 @@ Support:
1774
1799
  - Update contributing docs.
1775
1800
 
1776
1801
  2.13.1 (2017-03-04)
1777
- *******************
1802
+ -------------------
1778
1803
 
1779
1804
  Bug fixes:
1780
1805
 
1781
1806
  - Fix sorting on Schema subclasses when ``ordered=True`` (:issue:`592`). Thanks :user:`frol`.
1782
1807
 
1783
1808
  2.13.0 (2017-02-18)
1784
- *******************
1809
+ -------------------
1785
1810
 
1786
1811
  Features:
1787
1812
 
1788
1813
  - Minor optimizations (:issue:`577`). Thanks :user:`rowillia` for the PR.
1789
1814
 
1790
1815
  2.12.2 (2017-01-30)
1791
- *******************
1816
+ -------------------
1792
1817
 
1793
1818
  Bug fixes:
1794
1819
 
1795
1820
  - Unbound fields return `None` rather returning the field itself. This fixes a corner case introduced in :issue:`572`. Thanks :user:`touilleMan` for reporting and :user:`YuriHeupa` for the fix.
1796
1821
 
1797
1822
  2.12.1 (2017-01-23)
1798
- *******************
1823
+ -------------------
1799
1824
 
1800
1825
  Bug fixes:
1801
1826
 
1802
1827
  - Fix behavior when a ``Nested`` field is composed within a ``List`` field (:issue:`572`). Thanks :user:`avish` for reporting and :user:`YuriHeupa` for the PR.
1803
1828
 
1804
1829
  2.12.0 (2017-01-22)
1805
- *******************
1830
+ -------------------
1806
1831
 
1807
1832
  Features:
1808
1833
 
@@ -1810,14 +1835,14 @@ Features:
1810
1835
  - Add ``schemes`` parameter to ``fields.URL`` (:issue:`574`). Thanks :user:`mosquito` for the PR.
1811
1836
 
1812
1837
  2.11.1 (2017-01-08)
1813
- *******************
1838
+ -------------------
1814
1839
 
1815
1840
  Bug fixes:
1816
1841
 
1817
1842
  - Allow ``strict`` class Meta option to be overridden by constructor (:issue:`550`). Thanks :user:`douglas-treadwell` for reporting and thanks :user:`podhmo` for the PR.
1818
1843
 
1819
1844
  2.11.0 (2017-01-08)
1820
- *******************
1845
+ -------------------
1821
1846
 
1822
1847
  Features:
1823
1848
 
@@ -1829,7 +1854,7 @@ Support:
1829
1854
  - Test against Python 3.6.
1830
1855
 
1831
1856
  2.10.5 (2016-12-19)
1832
- *******************
1857
+ -------------------
1833
1858
 
1834
1859
  Bug fixes:
1835
1860
 
@@ -1840,21 +1865,21 @@ Support:
1840
1865
  - Tests: Fix redefinition of ``test_utils.test_get_value()`` (:issue:`562`). Thanks :user:`nelfin`.
1841
1866
 
1842
1867
  2.10.4 (2016-11-18)
1843
- *******************
1868
+ -------------------
1844
1869
 
1845
1870
  Bug fixes:
1846
1871
 
1847
1872
  - `Function` field works with callables that use Python 3 type annotations (:issue:`540`). Thanks :user:`martinstein` for reporting and thanks :user:`sabinem`, :user:`lafrech`, and :user:`maximkulkin` for the work on the PR.
1848
1873
 
1849
1874
  2.10.3 (2016-10-02)
1850
- *******************
1875
+ -------------------
1851
1876
 
1852
1877
  Bug fixes:
1853
1878
 
1854
1879
  - Fix behavior for serializing missing data with ``Number`` fields when ``as_string=True`` is passed (:issue:`538`). Thanks :user:`jessemyers` for reporting.
1855
1880
 
1856
1881
  2.10.2 (2016-09-25)
1857
- *******************
1882
+ -------------------
1858
1883
 
1859
1884
  Bug fixes:
1860
1885
 
@@ -1862,7 +1887,7 @@ Bug fixes:
1862
1887
  - Fix UUID validation on serialization and deserialization of ``uuid.UUID`` objects (:issue:`532`). Thanks :user:`pauljz`.
1863
1888
 
1864
1889
  2.10.1 (2016-09-14)
1865
- *******************
1890
+ -------------------
1866
1891
 
1867
1892
  Bug fixes:
1868
1893
 
@@ -1871,14 +1896,14 @@ Bug fixes:
1871
1896
  - Fix validation of nested fields on dumping (:issue:`528`). Thanks again :user:`tvuotila`.
1872
1897
 
1873
1898
  2.10.0 (2016-09-05)
1874
- *******************
1899
+ -------------------
1875
1900
 
1876
1901
  Features:
1877
1902
 
1878
1903
  - Errors raised by pre/post-load/dump methods will be added to a schema's errors dictionary (:issue:`472`). Thanks :user:`dbertouille` for the suggestion and for the PR.
1879
1904
 
1880
1905
  2.9.1 (2016-07-21)
1881
- ******************
1906
+ ------------------
1882
1907
 
1883
1908
  Bug fixes:
1884
1909
 
@@ -1886,12 +1911,12 @@ Bug fixes:
1886
1911
  - Make ``@validates`` consistent with field validator behavior: if validation fails, the field will not be included in the deserialized output (:issue:`391`). Thanks :user:`martinstein` for reporting and thanks :user:`vuonghv` for the fix.
1887
1912
 
1888
1913
  2.9.0 (2016-07-06)
1889
- ******************
1914
+ ------------------
1890
1915
 
1891
1916
  - ``Decimal`` field coerces input values to a string before deserializing to a `decimal.Decimal` object in order to avoid transformation of float values under 12 significant digits (:issue:`434`, :issue:`435`). Thanks :user:`davidthornton` for the PR.
1892
1917
 
1893
1918
  2.8.0 (2016-06-23)
1894
- ******************
1919
+ ------------------
1895
1920
 
1896
1921
  Features:
1897
1922
 
@@ -1902,12 +1927,12 @@ Support:
1902
1927
  - Update tasks.py for compatibility with invoke>=0.13.0. Thanks :user:`deckar01`.
1903
1928
 
1904
1929
  2.7.3 (2016-05-05)
1905
- ******************
1930
+ ------------------
1906
1931
 
1907
1932
  - Make ``field.parent`` and ``field.name`` accessible to ``on_bind_field`` (:issue:`449`). Thanks :user:`immerrr`.
1908
1933
 
1909
1934
  2.7.2 (2016-04-27)
1910
- ******************
1935
+ ------------------
1911
1936
 
1912
1937
  No code changes in this release. This is a reupload in order to distribute an sdist for the last hotfix release. See :issue:`443`.
1913
1938
 
@@ -1916,7 +1941,7 @@ Support:
1916
1941
  - Update license entry in setup.py to fix RPM distributions (:issue:`433`). Thanks :user:`rrajaravi` for reporting.
1917
1942
 
1918
1943
  2.7.1 (2016-04-08)
1919
- ******************
1944
+ ------------------
1920
1945
 
1921
1946
  Bug fixes:
1922
1947
 
@@ -1924,7 +1949,7 @@ Bug fixes:
1924
1949
  constructed dynamically using the ``type`` constructor without getting added to the class registry (which is useful for saving memory).
1925
1950
 
1926
1951
  2.7.0 (2016-04-04)
1927
- ******************
1952
+ ------------------
1928
1953
 
1929
1954
  Features:
1930
1955
 
@@ -1936,14 +1961,14 @@ Other changes:
1936
1961
  - Remove unused attributes ``root``, ``parent``, and ``name`` from ``SchemaABC`` (:issue:`410`). Thanks :user:`Tim-Erwin` for the PR.
1937
1962
 
1938
1963
  2.6.1 (2016-03-17)
1939
- ******************
1964
+ ------------------
1940
1965
 
1941
1966
  Bug fixes:
1942
1967
 
1943
1968
  - Respect ``load_from`` when reporting errors for nested required fields (:issue:`414`). Thanks :user:`yumike`.
1944
1969
 
1945
1970
  2.6.0 (2016-02-01)
1946
- ******************
1971
+ ------------------
1947
1972
 
1948
1973
  Features:
1949
1974
 
@@ -1952,7 +1977,7 @@ Features:
1952
1977
  - Collect all validation errors for each item deserialized by a ``List`` field (:issue:`345`). Thanks :user:`maximkulkin` for the report and the PR.
1953
1978
 
1954
1979
  2.5.0 (2016-01-16)
1955
- ******************
1980
+ ------------------
1956
1981
 
1957
1982
  Features:
1958
1983
 
@@ -1960,21 +1985,21 @@ Features:
1960
1985
  - Add ``schemes`` argument to ``validate.URL`` (:issue:`356`).
1961
1986
 
1962
1987
  2.4.2 (2015-12-08)
1963
- ******************
1988
+ ------------------
1964
1989
 
1965
1990
  Bug fixes:
1966
1991
 
1967
1992
  - Prevent duplicate error messages when validating nested collections (:issue:`360`). Thanks :user:`alexmorken` for the catch and patch.
1968
1993
 
1969
1994
  2.4.1 (2015-12-07)
1970
- ******************
1995
+ ------------------
1971
1996
 
1972
1997
  Bug fixes:
1973
1998
 
1974
1999
  - Serializing an iterator will not drop the first item (:issue:`343`, :issue:`353`). Thanks :user:`jmcarp` for the patch. Thanks :user:`edgarallang` and :user:`jmcarp` for reporting.
1975
2000
 
1976
2001
  2.4.0 (2015-12-06)
1977
- ******************
2002
+ ------------------
1978
2003
 
1979
2004
  Features:
1980
2005
 
@@ -1986,7 +2011,7 @@ Bug fixes:
1986
2011
  - Fix ``@validates`` behavior when used when ``attribute`` is specified and ``strict=True`` (:issue:`350`). Thanks :user:`density` for reporting.
1987
2012
 
1988
2013
  2.3.0 (2015-11-22)
1989
- ******************
2014
+ ------------------
1990
2015
 
1991
2016
  Features:
1992
2017
 
@@ -2003,14 +2028,14 @@ Deprecation/Removal:
2003
2028
  ``func`` and ``method_name`` are still present for backwards-compatibility, but they will both be removed in marshmallow 3.0.
2004
2029
 
2005
2030
  2.2.1 (2015-11-11)
2006
- ******************
2031
+ ------------------
2007
2032
 
2008
2033
  Bug fixes:
2009
2034
 
2010
2035
  - Skip field validators for fields that aren't included in ``only`` (:issue:`320`). Thanks :user:`carlos-alberto` for reporting and :user:`eprikazc` for the PR.
2011
2036
 
2012
2037
  2.2.0 (2015-10-26)
2013
- ******************
2038
+ ------------------
2014
2039
 
2015
2040
  Features:
2016
2041
 
@@ -2027,14 +2052,14 @@ Support:
2027
2052
  - Add "Customizing Error Messages" section to custom fields docs.
2028
2053
 
2029
2054
  2.1.3 (2015-10-18)
2030
- ******************
2055
+ ------------------
2031
2056
 
2032
2057
  Bug fixes:
2033
2058
 
2034
2059
  - Fix serialization of collections for which ``iter`` will modify position, e.g. Pymongo cursors (:issue:`303`). Thanks :user:`Mise` for the catch and patch.
2035
2060
 
2036
2061
  2.1.2 (2015-10-14)
2037
- ******************
2062
+ ------------------
2038
2063
 
2039
2064
  Bug fixes:
2040
2065
 
@@ -2042,14 +2067,14 @@ Bug fixes:
2042
2067
  - Fix usage of ``@validates`` with a nested field when ``many=True`` (:issue:`298`). Thanks :user:`nelfin` for the catch and patch.
2043
2068
 
2044
2069
  2.1.1 (2015-10-07)
2045
- ******************
2070
+ ------------------
2046
2071
 
2047
2072
  Bug fixes:
2048
2073
 
2049
2074
  - ``Constant`` field deserializes to its value regardless of whether its field name is present in input data (:issue:`291`). Thanks :user:`fayazkhan` for reporting.
2050
2075
 
2051
2076
  2.1.0 (2015-09-30)
2052
- ******************
2077
+ ------------------
2053
2078
 
2054
2079
  Features:
2055
2080
 
@@ -2071,7 +2096,7 @@ Other changes:
2071
2096
  - A ``List's`` inner field will have the list field set as its parent. Use ``root`` to access the ``Schema``.
2072
2097
 
2073
2098
  2.0.0 (2015-09-25)
2074
- ******************
2099
+ ------------------
2075
2100
 
2076
2101
  Features:
2077
2102
 
@@ -2100,7 +2125,7 @@ Changes from 2.0.0rc2:
2100
2125
  - Bug fix: Prevent infinite loop when validating a required, self-nested field. Thanks :user:`Bachmann1234` for the fix.
2101
2126
 
2102
2127
  2.0.0rc2 (2015-09-16)
2103
- *********************
2128
+ ---------------------
2104
2129
 
2105
2130
  Deprecation/Removals:
2106
2131
 
@@ -2118,7 +2143,7 @@ Changes from 2.0.0rc1:
2118
2143
  - Methods decorated with the ``pre_*``, ``post_*``, and ``validates_*`` decorators must be instance methods. Class methods and instance methods are not supported at this time.
2119
2144
 
2120
2145
  2.0.0rc1 (2015-09-13)
2121
- *********************
2146
+ ---------------------
2122
2147
 
2123
2148
  Features:
2124
2149
 
@@ -2146,7 +2171,7 @@ Support:
2146
2171
  - Test against Python 3.5.
2147
2172
 
2148
2173
  2.0.0b5 (2015-08-23)
2149
- ********************
2174
+ --------------------
2150
2175
 
2151
2176
  Features:
2152
2177
 
@@ -2167,7 +2192,7 @@ Other changes:
2167
2192
  - ``Email`` validator permits email addresses with non-ASCII characters, as per RFC 6530 (:issue:`221`). Thanks :user:`lextoumbourou` for reporting and :user:`mwstobo` for sending the patch.
2168
2193
 
2169
2194
  2.0.0b4 (2015-07-07)
2170
- ********************
2195
+ --------------------
2171
2196
 
2172
2197
  Features:
2173
2198
 
@@ -2187,7 +2212,7 @@ Changes from 2.0.0b3:
2187
2212
  - If ``load_from`` is used on deserialization, the value of ``load_from`` is used as the key in the errors dict (:issue:`232`). Thanks :user:`alexmorken`.
2188
2213
 
2189
2214
  2.0.0b3 (2015-06-14)
2190
- *********************
2215
+ ---------------------
2191
2216
 
2192
2217
  Features:
2193
2218
 
@@ -2224,7 +2249,7 @@ Changes from 2.0.0b2:
2224
2249
  - Implicit passing of original, raw data to Schema validators is removed. Use ``@marshmallow.validates_schema(pass_original=True)`` instead.
2225
2250
 
2226
2251
  2.0.0b2 (2015-05-03)
2227
- ********************
2252
+ --------------------
2228
2253
 
2229
2254
  Features:
2230
2255
 
@@ -2238,7 +2263,7 @@ Changes from 2.0.0b1:
2238
2263
  Includes bug fixes from 1.2.6.
2239
2264
 
2240
2265
  2.0.0b1 (2015-04-26)
2241
- ********************
2266
+ --------------------
2242
2267
 
2243
2268
  Features:
2244
2269
 
@@ -2255,7 +2280,7 @@ Changes from 2.0.0a1:
2255
2280
  - Fix serialization of `None` for ``fields.Email``.
2256
2281
 
2257
2282
  2.0.0a1 (2015-04-25)
2258
- ********************
2283
+ --------------------
2259
2284
 
2260
2285
  Features:
2261
2286
 
@@ -2294,7 +2319,7 @@ Other changes:
2294
2319
  - Make ``allow_null=True`` the default for ``Nested`` fields. This will make ``None`` serialize to ``None`` rather than a dictionary with empty values (:issue:`132`). Thanks :user:`nickrellack` for the suggestion.
2295
2320
 
2296
2321
  1.2.6 (2015-05-03)
2297
- ******************
2322
+ ------------------
2298
2323
 
2299
2324
  Bug fixes:
2300
2325
 
@@ -2302,7 +2327,7 @@ Bug fixes:
2302
2327
  - Allow error message for ``fields.Boolean`` to be customized with the ``error`` parameter (like other fields).
2303
2328
 
2304
2329
  1.2.5 (2015-04-25)
2305
- ******************
2330
+ ------------------
2306
2331
 
2307
2332
  Bug fixes:
2308
2333
 
@@ -2313,7 +2338,7 @@ Support:
2313
2338
  - Fix pep8 dev dependency for flake8. Thanks :user:`taion`.
2314
2339
 
2315
2340
  1.2.4 (2015-03-22)
2316
- ******************
2341
+ ------------------
2317
2342
 
2318
2343
  Bug fixes:
2319
2344
 
@@ -2328,14 +2353,14 @@ Support:
2328
2353
  - Correction to ``_postprocess`` method in docs. Thanks again :user:`taion`.
2329
2354
 
2330
2355
  1.2.3 (2015-03-15)
2331
- ******************
2356
+ ------------------
2332
2357
 
2333
2358
  Bug fixes:
2334
2359
 
2335
2360
  - Fix inheritance of ``ordered`` class Meta option (:issue:`162`). Thanks :user:`stephenfin` for reporting.
2336
2361
 
2337
2362
  1.2.2 (2015-02-23)
2338
- ******************
2363
+ ------------------
2339
2364
 
2340
2365
  Bug fixes:
2341
2366
 
@@ -2343,7 +2368,7 @@ Bug fixes:
2343
2368
  - Fix bug that could cause an ``AttributeError`` when nesting schemas with schema-level validators (:issue:`144`). Thanks :user:`vovanbo` for reporting.
2344
2369
 
2345
2370
  1.2.1 (2015-01-11)
2346
- ******************
2371
+ ------------------
2347
2372
 
2348
2373
  Bug fixes:
2349
2374
 
@@ -2351,7 +2376,7 @@ Bug fixes:
2351
2376
  - Deserializing `None` returns `None` rather than raising an ``AttributeError`` (:issue:`123`). Thanks :user:`RealSalmon` for the catch and patch.
2352
2377
 
2353
2378
  1.2.0 (2014-12-22)
2354
- ******************
2379
+ ------------------
2355
2380
 
2356
2381
  Features:
2357
2382
 
@@ -2386,7 +2411,7 @@ Support:
2386
2411
 
2387
2412
 
2388
2413
  1.1.0 (2014-12-02)
2389
- ******************
2414
+ ------------------
2390
2415
 
2391
2416
  Features:
2392
2417
 
@@ -2408,14 +2433,14 @@ Support:
2408
2433
  - Update Flask and Peewee examples.
2409
2434
 
2410
2435
  1.0.1 (2014-11-18)
2411
- ******************
2436
+ ------------------
2412
2437
 
2413
2438
  Hotfix release.
2414
2439
 
2415
2440
  - Ensure that errors dictionary is correctly cleared on each call to ``Schema.dump`` and ``Schema.load``.
2416
2441
 
2417
2442
  1.0.0 (2014-11-16)
2418
- ******************
2443
+ ------------------
2419
2444
 
2420
2445
  Adds new features, speed improvements, better error handling, and updated documentation.
2421
2446
 
@@ -2434,7 +2459,7 @@ Adds new features, speed improvements, better error handling, and updated docume
2434
2459
  - Updated docs.
2435
2460
 
2436
2461
  1.0.0-a (2014-10-19)
2437
- ********************
2462
+ --------------------
2438
2463
 
2439
2464
  Major reworking and simplification of the public API, centered around support for deserialization, improved validation, and a less stateful ``Schema`` class.
2440
2465
 
@@ -2464,7 +2489,7 @@ Major reworking and simplification of the public API, centered around support fo
2464
2489
  * Add ``Str``, ``Bool``, and ``Int`` field class aliases.
2465
2490
 
2466
2491
  0.7.0 (2014-06-22)
2467
- ******************
2492
+ ------------------
2468
2493
 
2469
2494
  * Add ``Serializer.error_handler`` decorator that registers a custom error handler.
2470
2495
  * Add ``Serializer.data_handler`` decorator that registers data post-processing callbacks.
@@ -2475,14 +2500,14 @@ Major reworking and simplification of the public API, centered around support fo
2475
2500
  * ``validated`` decorator should only wrap a ``Field`` class's ``output`` method.
2476
2501
 
2477
2502
  0.6.0 (2014-06-03)
2478
- ******************
2503
+ ------------------
2479
2504
 
2480
2505
  * Fix bug in serializing keyed tuple types, e.g. ``namedtuple`` and ``KeyedTuple``.
2481
2506
  * Nested field can load a serializer by its class name as a string. This makes it easier to implement 2-way nesting.
2482
2507
  * Make ``Serializer.data`` override-able.
2483
2508
 
2484
2509
  0.5.5 (2014-05-02)
2485
- ******************
2510
+ ------------------
2486
2511
 
2487
2512
  * Add ``Serializer.factory`` for creating a factory function that returns a Serializer instance.
2488
2513
  * ``MarshallingError`` stores its underlying exception as an instance variable. This is useful for inspecting errors.
@@ -2492,14 +2517,14 @@ Major reworking and simplification of the public API, centered around support fo
2492
2517
  * Add ``Serializer.process_data`` hook that allows subclasses to manipulate the final output data.
2493
2518
 
2494
2519
  0.5.4 (2014-04-17)
2495
- ******************
2520
+ ------------------
2496
2521
 
2497
2522
  * Add ``json_module`` class Meta option.
2498
2523
  * Add ``required`` option to fields . Thanks :user:`DeaconDesperado`.
2499
2524
  * Tested on Python 3.4 and PyPy.
2500
2525
 
2501
2526
  0.5.3 (2014-03-02)
2502
- ******************
2527
+ ------------------
2503
2528
 
2504
2529
  * Fix ``Integer`` field default. It is now ``0`` instead of ``0.0``. Thanks :user:`kalasjocke`.
2505
2530
  * Add ``context`` param to ``Serializer``. Allows accessing arbitrary objects in ``Function`` and ``Method`` fields.
@@ -2507,19 +2532,19 @@ Major reworking and simplification of the public API, centered around support fo
2507
2532
 
2508
2533
 
2509
2534
  0.5.2 (2014-02-10)
2510
- ******************
2535
+ ------------------
2511
2536
 
2512
2537
  * Enable custom field validation via the ``validate`` parameter.
2513
2538
  * Add ``utils.from_rfc`` for parsing RFC datestring to Python datetime object.
2514
2539
 
2515
2540
  0.5.1 (2014-02-02)
2516
- ******************
2541
+ ------------------
2517
2542
 
2518
2543
  * Avoid unnecessary attribute access in ``utils.to_marshallable_type`` for improved performance.
2519
2544
  * Fix RFC822 formatting for localized datetimes.
2520
2545
 
2521
2546
  0.5.0 (2013-12-29)
2522
- ******************
2547
+ ------------------
2523
2548
 
2524
2549
  * Can customize validation error messages by passing the ``error`` parameter to a field.
2525
2550
  * *Backwards-incompatible*: Rename ``fields.NumberField`` -> ``fields.Number``.
@@ -2530,7 +2555,7 @@ Major reworking and simplification of the public API, centered around support fo
2530
2555
  * Improved performance and stability.
2531
2556
 
2532
2557
  0.4.1 (2013-12-01)
2533
- ******************
2558
+ ------------------
2534
2559
 
2535
2560
  * An object's ``__marshallable__`` method, if defined, takes precedence over ``__getitem__``.
2536
2561
  * Generator expressions can be passed to a serializer.
@@ -2538,7 +2563,7 @@ Major reworking and simplification of the public API, centered around support fo
2538
2563
  * Other minor bugfixes.
2539
2564
 
2540
2565
  0.4.0 (2013-11-24)
2541
- ******************
2566
+ ------------------
2542
2567
 
2543
2568
  * Add ``additional`` `class Meta` option.
2544
2569
  * Add ``dateformat`` `class Meta` option.
@@ -2554,7 +2579,7 @@ Major reworking and simplification of the public API, centered around support fo
2554
2579
  * Fix bug with passing ``None`` to a serializer.
2555
2580
 
2556
2581
  0.3.1 (2013-11-16)
2557
- ******************
2582
+ ------------------
2558
2583
 
2559
2584
  * Fix bug with serializing dictionaries.
2560
2585
  * Fix error raised when serializing empty list.
@@ -2563,7 +2588,7 @@ Major reworking and simplification of the public API, centered around support fo
2563
2588
  * Updated Flask + SQLA example in docs.
2564
2589
 
2565
2590
  0.3.0 (2013-11-14)
2566
- ******************
2591
+ ------------------
2567
2592
 
2568
2593
  * Declaring Serializers just got easier. The ``class Meta`` paradigm allows you to specify fields more concisely. Can specify ``fields`` and ``exclude`` options.
2569
2594
  * Allow date formats to be changed by passing ``format`` parameter to ``DateTime`` field constructor. Can either be ``"rfc"`` (default), ``"iso"``, or a date format string.
@@ -2572,14 +2597,14 @@ Major reworking and simplification of the public API, centered around support fo
2572
2597
  * Rename ``marshmallow.core`` -> ``marshmallow.serializer``.
2573
2598
 
2574
2599
  0.2.1 (2013-11-12)
2575
- ******************
2600
+ ------------------
2576
2601
 
2577
2602
  * Allow prefixing field names.
2578
2603
  * Fix storing errors on Nested Serializers.
2579
2604
  * Python 2.6 support.
2580
2605
 
2581
2606
  0.2.0 (2013-11-11)
2582
- ******************
2607
+ ------------------
2583
2608
 
2584
2609
  * Field-level validation.
2585
2610
  * Add ``fields.Method``.
@@ -2588,6 +2613,6 @@ Major reworking and simplification of the public API, centered around support fo
2588
2613
  * Add ``relative`` parameter to ``fields.Url`` that allows for relative URLs.
2589
2614
 
2590
2615
  0.1.0 (2013-11-10)
2591
- ******************
2616
+ ------------------
2592
2617
 
2593
2618
  * First release.