marshmallow 4.1.2__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.2 → marshmallow-4.2.0}/CHANGELOG.rst +213 -196
  2. {marshmallow-4.1.2 → marshmallow-4.2.0}/PKG-INFO +2 -2
  3. {marshmallow-4.1.2 → marshmallow-4.2.0}/pyproject.toml +3 -3
  4. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/fields.py +9 -4
  5. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/schema.py +1 -1
  6. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_schema.py +47 -1
  7. {marshmallow-4.1.2 → marshmallow-4.2.0}/CONTRIBUTING.rst +0 -0
  8. {marshmallow-4.1.2 → marshmallow-4.2.0}/LICENSE +0 -0
  9. {marshmallow-4.1.2 → marshmallow-4.2.0}/NOTICE +0 -0
  10. {marshmallow-4.1.2 → marshmallow-4.2.0}/README.rst +0 -0
  11. {marshmallow-4.1.2 → marshmallow-4.2.0}/SECURITY.md +0 -0
  12. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/.gitignore +0 -0
  13. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/_static/apple-touch-icon.png +0 -0
  14. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/_static/custom.css +0 -0
  15. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/_static/favicon.ico +0 -0
  16. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/_static/marshmallow-logo-200.png +0 -0
  17. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/_static/marshmallow-logo-with-title-for-dark-theme.png +0 -0
  18. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/_static/marshmallow-logo-with-title.png +0 -0
  19. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/_static/marshmallow-logo.png +0 -0
  20. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/api_reference.rst +0 -0
  21. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/authors.rst +0 -0
  22. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/changelog.rst +0 -0
  23. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/code_of_conduct.rst +0 -0
  24. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/conf.py +0 -0
  25. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/contributing.rst +0 -0
  26. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/custom_fields.rst +0 -0
  27. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/dashing.json +0 -0
  28. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/donate.rst +0 -0
  29. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/examples/index.rst +0 -0
  30. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/examples/inflection.rst +0 -0
  31. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/examples/quotes_api.rst +0 -0
  32. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/examples/validating_package_json.rst +0 -0
  33. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/custom_error_handling.rst +0 -0
  34. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/custom_error_messages.rst +0 -0
  35. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/custom_options.rst +0 -0
  36. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/index.rst +0 -0
  37. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/overriding_attribute_access.rst +0 -0
  38. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/pre_and_post_processing_methods.rst +0 -0
  39. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/schema_validation.rst +0 -0
  40. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/extending/using_original_input_data.rst +0 -0
  41. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/index.rst +0 -0
  42. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/install.rst +0 -0
  43. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/kudos.rst +0 -0
  44. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/license.rst +0 -0
  45. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.class_registry.rst +0 -0
  46. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.decorators.rst +0 -0
  47. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.error_store.rst +0 -0
  48. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.exceptions.rst +0 -0
  49. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.experimental.context.rst +0 -0
  50. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.fields.rst +0 -0
  51. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.schema.rst +0 -0
  52. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.types.rst +0 -0
  53. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.utils.rst +0 -0
  54. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/marshmallow.validate.rst +0 -0
  55. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/nesting.rst +0 -0
  56. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/quickstart.rst +0 -0
  57. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/top_level.rst +0 -0
  58. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/upgrading.rst +0 -0
  59. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/whos_using.rst +0 -0
  60. {marshmallow-4.1.2 → marshmallow-4.2.0}/docs/why.rst +0 -0
  61. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/__init__.py +0 -0
  62. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/class_registry.py +0 -0
  63. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/constants.py +0 -0
  64. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/decorators.py +0 -0
  65. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/error_store.py +0 -0
  66. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/exceptions.py +0 -0
  67. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/experimental/__init__.py +0 -0
  68. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/experimental/context.py +0 -0
  69. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/orderedset.py +0 -0
  70. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/py.typed +0 -0
  71. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/types.py +0 -0
  72. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/utils.py +0 -0
  73. {marshmallow-4.1.2 → marshmallow-4.2.0}/src/marshmallow/validate.py +0 -0
  74. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/__init__.py +0 -0
  75. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/base.py +0 -0
  76. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/conftest.py +0 -0
  77. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/foo_serializer.py +0 -0
  78. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/mypy_test_cases/test_class_registry.py +0 -0
  79. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/mypy_test_cases/test_schema.py +0 -0
  80. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/mypy_test_cases/test_validation_error.py +0 -0
  81. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_context.py +0 -0
  82. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_decorators.py +0 -0
  83. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_deserialization.py +0 -0
  84. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_error_store.py +0 -0
  85. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_exceptions.py +0 -0
  86. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_fields.py +0 -0
  87. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_options.py +0 -0
  88. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_registry.py +0 -0
  89. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_serialization.py +0 -0
  90. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_utils.py +0 -0
  91. {marshmallow-4.1.2 → marshmallow-4.2.0}/tests/test_validate.py +0 -0
  92. {marshmallow-4.1.2 → marshmallow-4.2.0}/tox.ini +0 -0
@@ -1,16 +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.
3
12
 
4
13
  4.1.2 (2025-12-19)
5
- ++++++++++++++++++
14
+ ------------------
6
15
 
7
16
  Bug fixes:
8
17
 
9
- - :cve:`CVE-2025-68480`: Merge error store messages without rebuilding collections.
18
+ - :cve:`2025-68480`: Merge error store messages without rebuilding collections.
10
19
  Thanks 카푸치노 for reporting and :user:`deckar01` for the fix.
11
20
 
12
21
  4.1.1 (2025-11-05)
13
- ++++++++++++++++++
22
+ ------------------
14
23
 
15
24
  Bug fixes:
16
25
 
@@ -18,7 +27,7 @@ Bug fixes:
18
27
  Thanks :user:`T90REAL` for the PR.
19
28
 
20
29
  4.1.0 (2025-11-01)
21
- ++++++++++++++++++
30
+ ------------------
22
31
 
23
32
  Other changes:
24
33
 
@@ -29,7 +38,7 @@ Other changes:
29
38
  - Test against Python 3.14 (:pr:`2864`).
30
39
 
31
40
  4.0.1 (2025-08-28)
32
- ++++++++++++++++++
41
+ ------------------
33
42
 
34
43
  Bug fixes:
35
44
 
@@ -38,7 +47,7 @@ Bug fixes:
38
47
 
39
48
 
40
49
  4.0.0 (2025-04-16)
41
- ******************
50
+ ------------------
42
51
 
43
52
  See :ref:`upgrading_4_0` for a guide on updating your code.
44
53
 
@@ -161,8 +170,16 @@ Previously-deprecated APIs have been removed, including:
161
170
  - ``Field.fail``, which was replaced by ``Field.make_error`` in 3.0.0.
162
171
  - `json_module` class Meta option (deprecated in 3.0.0b3). Use `render_module` instead.
163
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
+
164
181
  3.26.1 (2025-02-03)
165
- *******************
182
+ -------------------
166
183
 
167
184
  Bug fixes:
168
185
 
@@ -176,7 +193,7 @@ Other changes:
176
193
 
177
194
 
178
195
  3.26.0 (2025-01-22)
179
- *******************
196
+ -------------------
180
197
 
181
198
  Features:
182
199
 
@@ -206,7 +223,7 @@ Deprecations:
206
223
  to maintain the previous behavior.
207
224
 
208
225
  3.25.1 (2025-01-11)
209
- *******************
226
+ -------------------
210
227
 
211
228
  Bug fixes:
212
229
 
@@ -220,7 +237,7 @@ Documentation:
220
237
  - Various documentation improvements (:pr:`2746`, :pr:`2747`, :pr:`2748`, :pr:`2749`, :pr:`2750`, :pr:`2751`).
221
238
 
222
239
  3.25.0 (2025-01-09)
223
- *******************
240
+ -------------------
224
241
 
225
242
  Features:
226
243
 
@@ -238,7 +255,7 @@ Other changes:
238
255
  Use `marshmallow.schema.Schema` as a base class for type-checking instead.
239
256
 
240
257
  3.24.2 (2025-01-08)
241
- *******************
258
+ -------------------
242
259
 
243
260
  Changes:
244
261
 
@@ -253,14 +270,14 @@ Documentation:
253
270
  Thanks :user:`llucax` for reporting.
254
271
 
255
272
  3.24.1 (2025-01-06)
256
- *******************
273
+ -------------------
257
274
 
258
275
  Bug fixes:
259
276
 
260
277
  - Typing: Fix typing for `class_registry.get_class <marshmallow.class_registry.get_class>` (:pr:`2735`).
261
278
 
262
279
  3.24.0 (2025-01-06)
263
- *******************
280
+ -------------------
264
281
 
265
282
  Features:
266
283
 
@@ -283,7 +300,7 @@ Deprecations:
283
300
 
284
301
 
285
302
  3.23.3 (2025-01-03)
286
- *******************
303
+ -------------------
287
304
 
288
305
  Bug fixes:
289
306
 
@@ -296,7 +313,7 @@ Support:
296
313
  Thanks :user:`AbdealiLoKo` for reporting.
297
314
 
298
315
  3.23.2 (2024-12-18)
299
- *******************
316
+ -------------------
300
317
 
301
318
  Bug fixes:
302
319
 
@@ -306,7 +323,7 @@ Bug fixes:
306
323
 
307
324
 
308
325
  3.23.1 (2024-11-01)
309
- *******************
326
+ -------------------
310
327
 
311
328
  Support:
312
329
 
@@ -315,7 +332,7 @@ Support:
315
332
  documentation and README (:pr:`2323`).
316
333
 
317
334
  3.23.0 (2024-10-17)
318
- *******************
335
+ -------------------
319
336
 
320
337
  Features:
321
338
 
@@ -327,7 +344,7 @@ Other changes:
327
344
  - Drop support for Python 3.8 (:pr:`2318`).
328
345
 
329
346
  3.22.0 (2024-08-20)
330
- *******************
347
+ -------------------
331
348
 
332
349
  Features:
333
350
 
@@ -337,7 +354,7 @@ Features:
337
354
  Thanks :user:`deckar01` for the PR.
338
355
 
339
356
  3.21.3 (2024-06-05)
340
- *******************
357
+ -------------------
341
358
 
342
359
  Bug fixes:
343
360
 
@@ -345,7 +362,7 @@ Bug fixes:
345
362
  Thanks :user:`mrcljx` for the PR.
346
363
 
347
364
  3.21.2 (2024-05-01)
348
- *******************
365
+ -------------------
349
366
 
350
367
  Bug fixes:
351
368
 
@@ -353,7 +370,7 @@ Bug fixes:
353
370
  Thanks :user:`flydzen` for reporting.
354
371
 
355
372
  3.21.1 (2024-03-04)
356
- *******************
373
+ -------------------
357
374
 
358
375
  Bug fixes:
359
376
 
@@ -361,7 +378,7 @@ Bug fixes:
361
378
  Thanks :user:`travnick` for reporting.
362
379
 
363
380
  3.21.0 (2024-02-26)
364
- *******************
381
+ -------------------
365
382
 
366
383
  Bug fixes:
367
384
 
@@ -376,7 +393,7 @@ Other changes:
376
393
  ``importlib.metadata.version("marshmallow")`` instead.
377
394
 
378
395
  3.20.2 (2024-01-09)
379
- *******************
396
+ -------------------
380
397
 
381
398
  Bug fixes:
382
399
 
@@ -389,7 +406,7 @@ Other changes:
389
406
  Thanks :user:`hugovk` for the PR.
390
407
 
391
408
  3.20.1 (2023-07-20)
392
- *******************
409
+ -------------------
393
410
 
394
411
  Bug fixes:
395
412
 
@@ -397,7 +414,7 @@ Bug fixes:
397
414
  Thanks :user:`Cheaterman` for reporting.
398
415
 
399
416
  3.20.0 (2023-07-20)
400
- *******************
417
+ -------------------
401
418
 
402
419
  Features:
403
420
 
@@ -421,7 +438,7 @@ Other changes:
421
438
  - Drop support for Python 3.7 (:pr:`2135`).
422
439
 
423
440
  3.19.0 (2022-11-11)
424
- *******************
441
+ -------------------
425
442
 
426
443
  Features:
427
444
 
@@ -431,7 +448,7 @@ Features:
431
448
  the PR.
432
449
 
433
450
  3.18.0 (2022-09-15)
434
- *******************
451
+ -------------------
435
452
 
436
453
  Features:
437
454
 
@@ -442,7 +459,7 @@ Bug fixes:
442
459
  - Fix typing in ``Field._serialize`` signature (:pr:`2046`).
443
460
 
444
461
  3.17.1 (2022-08-22)
445
- *******************
462
+ -------------------
446
463
 
447
464
  Bug fixes:
448
465
 
@@ -451,7 +468,7 @@ Bug fixes:
451
468
  - Add missing type hint to IPInterface __init__ (:pr:`2036`).
452
469
 
453
470
  3.17.0 (2022-06-26)
454
- *******************
471
+ -------------------
455
472
 
456
473
  Features:
457
474
 
@@ -462,7 +479,7 @@ Features:
462
479
  Thanks :user:`sirosen` for the PR.
463
480
 
464
481
  3.16.0 (2022-05-29)
465
- *******************
482
+ -------------------
466
483
 
467
484
  Features:
468
485
 
@@ -478,7 +495,7 @@ Other changes:
478
495
  Thanks :user:`tirkarthi` for the PR.
479
496
 
480
497
  3.15.0 (2022-03-12)
481
- *******************
498
+ -------------------
482
499
 
483
500
  Features:
484
501
 
@@ -495,7 +512,7 @@ Other changes:
495
512
  Thanks :user:`Isira-Seneviratne` for the PR.
496
513
 
497
514
  3.14.1 (2021-11-13)
498
- *******************
515
+ -------------------
499
516
 
500
517
  Bug fixes:
501
518
 
@@ -503,7 +520,7 @@ Bug fixes:
503
520
  (:pr:`1905`). Thanks :user:`bwindsor` for the catch and patch.
504
521
 
505
522
  3.14.0 (2021-10-17)
506
- *******************
523
+ -------------------
507
524
 
508
525
  Bug fixes:
509
526
 
@@ -524,7 +541,7 @@ Other changes:
524
541
  - Test against Python 3.10 (:pr:`1888`).
525
542
 
526
543
  3.13.0 (2021-07-21)
527
- *******************
544
+ -------------------
528
545
 
529
546
  Features:
530
547
 
@@ -539,7 +556,7 @@ Deprecations:
539
556
  instead.
540
557
 
541
558
  3.12.2 (2021-07-06)
542
- *******************
559
+ -------------------
543
560
 
544
561
  Bug fixes:
545
562
 
@@ -549,7 +566,7 @@ Bug fixes:
549
566
  ``Schema`` instance through the ``fields`` attribute. (:pr:`1843`)
550
567
 
551
568
  3.12.1 (2021-05-10)
552
- *******************
569
+ -------------------
553
570
 
554
571
  Bug fixes:
555
572
 
@@ -558,7 +575,7 @@ Bug fixes:
558
575
  Thanks :user:`flying-sheep` for reporting and helping with the fix.
559
576
 
560
577
  3.12.0 (2021-05-09)
561
- *******************
578
+ -------------------
562
579
 
563
580
  Features:
564
581
 
@@ -575,7 +592,7 @@ Other changes:
575
592
  - Remove unnecessary list cast (:pr:`1785`).
576
593
 
577
594
  3.11.1 (2021-03-29)
578
- *******************
595
+ -------------------
579
596
 
580
597
  Bug fixes:
581
598
 
@@ -583,7 +600,7 @@ Bug fixes:
583
600
  Thanks :user:`rbu` for reporting and thanks :user:`sirosen` for the fix (:pr:`1745`).
584
601
 
585
602
  3.11.0 (2021-03-28)
586
- *******************
603
+ -------------------
587
604
 
588
605
  Features:
589
606
 
@@ -598,7 +615,7 @@ Other changes:
598
615
  - Remove unnecessary ``hasattr`` and ``getattr`` checks in ``Field`` (:pr:`1770`).
599
616
 
600
617
  3.10.0 (2020-12-19)
601
- *******************
618
+ -------------------
602
619
 
603
620
  Deprecations:
604
621
 
@@ -607,7 +624,7 @@ Deprecations:
607
624
  argument instead. Thanks :user:`sirosen`.
608
625
 
609
626
  3.9.1 (2020-11-07)
610
- ******************
627
+ ------------------
611
628
 
612
629
  Bug fixes:
613
630
 
@@ -617,7 +634,7 @@ Bug fixes:
617
634
  value ``Field`` is specified (:pr:`1685`).
618
635
 
619
636
  3.9.0 (2020-10-31)
620
- ******************
637
+ ------------------
621
638
 
622
639
  Features:
623
640
 
@@ -630,7 +647,7 @@ Other changes:
630
647
  Thanks :user:`nadega` for the PR.
631
648
 
632
649
  3.8.0 (2020-09-16)
633
- ******************
650
+ ------------------
634
651
 
635
652
  Features:
636
653
 
@@ -643,7 +660,7 @@ Bug fixes:
643
660
  reporting.
644
661
 
645
662
  3.7.1 (2020-07-20)
646
- ******************
663
+ ------------------
647
664
 
648
665
  Bug fixes:
649
666
 
@@ -651,7 +668,7 @@ Bug fixes:
651
668
  Thanks :user:`jun0jang` for the PR.
652
669
 
653
670
  3.7.0 (2020-07-08)
654
- ******************
671
+ ------------------
655
672
 
656
673
  Deprecations:
657
674
 
@@ -667,7 +684,7 @@ Bug fixes:
667
684
  Thanks :user:`juannorris` for the PR.
668
685
 
669
686
  3.6.1 (2020-06-02)
670
- ******************
687
+ ------------------
671
688
 
672
689
  No code changes--only docs and contributor-facing updates in this release.
673
690
 
@@ -680,7 +697,7 @@ Support:
680
697
  add summary tables (:pr:`1587`). Thanks :user:`EpicWink` for the PR.
681
698
 
682
699
  3.6.0 (2020-05-08)
683
- ******************
700
+ ------------------
684
701
 
685
702
  Features:
686
703
 
@@ -689,21 +706,21 @@ Features:
689
706
 
690
707
 
691
708
  3.5.2 (2020-04-30)
692
- ******************
709
+ ------------------
693
710
 
694
711
  Bug fixes:
695
712
 
696
713
  - Fix typing in ``class_registry`` (:pr:`1574`). Thanks :user:`mahenzon`.
697
714
 
698
715
  3.5.1 (2020-03-05)
699
- ******************
716
+ ------------------
700
717
 
701
718
  Bug fixes:
702
719
 
703
720
  - Includes bug fix from 2.21.0.
704
721
 
705
722
  3.5.0 (2020-02-19)
706
- ******************
723
+ ------------------
707
724
 
708
725
  Bug fixes:
709
726
 
@@ -713,7 +730,7 @@ Bug fixes:
713
730
  negative impact on performance in this specific case is expected.
714
731
 
715
732
  3.4.0 (2020-02-02)
716
- ******************
733
+ ------------------
717
734
 
718
735
  Features:
719
736
 
@@ -730,7 +747,7 @@ Other changes:
730
747
  - Remove useless ``_serialize`` override in ``UUID`` field (:pr:`1489`).
731
748
 
732
749
  3.3.0 (2019-12-05)
733
- ******************
750
+ ------------------
734
751
 
735
752
  Features:
736
753
 
@@ -787,7 +804,7 @@ Other changes:
787
804
  - Make mypy stricter and remove dead code (:pr:`1467`). Thanks again, :user:`hukkinj1`.
788
805
 
789
806
  3.2.2 (2019-11-04)
790
- ******************
807
+ ------------------
791
808
 
792
809
  Bug fixes:
793
810
 
@@ -799,14 +816,14 @@ Support:
799
816
  - Test against Python 3.8 (:pr:`1431`).
800
817
 
801
818
  3.2.1 (2019-09-30)
802
- ******************
819
+ ------------------
803
820
 
804
821
  Bug fixes:
805
822
 
806
823
  - Fix typing for ``Schema.dump[s]`` (:pr:`1416`).
807
824
 
808
825
  3.2.0 (2019-09-17)
809
- ******************
826
+ ------------------
810
827
 
811
828
  Features:
812
829
 
@@ -821,7 +838,7 @@ Refactoring:
821
838
  - Remove unnecessary ``BaseSchema`` superclass (:pr:`1406`).
822
839
 
823
840
  3.1.1 (2019-09-16)
824
- ******************
841
+ ------------------
825
842
 
826
843
  Bug fixes:
827
844
 
@@ -831,7 +848,7 @@ Bug fixes:
831
848
  Thanks :user:`metheoryt` for reporting.
832
849
 
833
850
  3.1.0 (2019-09-15)
834
- ******************
851
+ ------------------
835
852
 
836
853
  Features:
837
854
 
@@ -844,7 +861,7 @@ Bug fixes:
844
861
  - Includes bug fix from 2.20.5.
845
862
 
846
863
  3.0.5 (2019-09-12)
847
- ******************
864
+ ------------------
848
865
 
849
866
  Bug fixes:
850
867
 
@@ -853,7 +870,7 @@ Bug fixes:
853
870
 
854
871
 
855
872
  3.0.4 (2019-09-11)
856
- ******************
873
+ ------------------
857
874
 
858
875
  Bug fixes:
859
876
 
@@ -861,7 +878,7 @@ Bug fixes:
861
878
  - Includes bug fix from 2.20.4 (:issue:`1160`).
862
879
 
863
880
  3.0.3 (2019-09-04)
864
- ******************
881
+ ------------------
865
882
 
866
883
  Bug fixes:
867
884
 
@@ -869,7 +886,7 @@ Bug fixes:
869
886
  Thanks :user:`jtrakk` for reporting.
870
887
 
871
888
  3.0.2 (2019-09-04)
872
- ******************
889
+ ------------------
873
890
 
874
891
  Bug fixes:
875
892
 
@@ -877,7 +894,7 @@ Bug fixes:
877
894
  - Fix incorrect ``super()`` call in ``SchemaMeta.__init__`` (:pr:`1362`).
878
895
 
879
896
  3.0.1 (2019-08-21)
880
- ******************
897
+ ------------------
881
898
 
882
899
  Bug fixes:
883
900
 
@@ -885,7 +902,7 @@ Bug fixes:
885
902
  This bug was introduced in 3.0.0rc9. Thanks :user:`zblz` for reporting.
886
903
 
887
904
  3.0.0 (2019-08-18)
888
- ******************
905
+ ------------------
889
906
 
890
907
  Features:
891
908
 
@@ -903,7 +920,7 @@ Support:
903
920
  - Various docs improvements (:pr:`1329`).
904
921
 
905
922
  3.0.0rc9 (2019-07-31)
906
- *********************
923
+ ---------------------
907
924
 
908
925
  Features:
909
926
 
@@ -934,7 +951,7 @@ Support:
934
951
  - Document usage of ``validate.Regexp``'s usage ``re.search`` (:issue:`1285`). Thanks :user:`macdonaldezra`.
935
952
 
936
953
  3.0.0rc8 (2019-07-04)
937
- *********************
954
+ ---------------------
938
955
 
939
956
  Features:
940
957
 
@@ -965,7 +982,7 @@ Other changes:
965
982
  - Switch to Azure Pipelines for CI (:issue:`1261`).
966
983
 
967
984
  3.0.0rc7 (2019-06-15)
968
- *********************
985
+ ---------------------
969
986
 
970
987
  Features:
971
988
 
@@ -987,7 +1004,7 @@ Other changes:
987
1004
  - *Backwards-incompatible*: Use keyword-only arguments (:issue:`1216`).
988
1005
 
989
1006
  3.0.0rc6 (2019-05-05)
990
- *********************
1007
+ ---------------------
991
1008
 
992
1009
  Support:
993
1010
 
@@ -1003,7 +1020,7 @@ Support:
1003
1020
  again :user:`hugovk`.
1004
1021
 
1005
1022
  3.0.0rc5 (2019-03-30)
1006
- *********************
1023
+ ---------------------
1007
1024
 
1008
1025
  Features:
1009
1026
 
@@ -1023,7 +1040,7 @@ Bug fixes:
1023
1040
  - Includes bug fix from 2.19.2.
1024
1041
 
1025
1042
  3.0.0rc4 (2019-02-08)
1026
- *********************
1043
+ ---------------------
1027
1044
 
1028
1045
  Features:
1029
1046
 
@@ -1033,7 +1050,7 @@ Features:
1033
1050
  Thank :user:`sayanarijit` for the suggestion and the PR.
1034
1051
 
1035
1052
  3.0.0rc3 (2019-01-13)
1036
- *********************
1053
+ ---------------------
1037
1054
 
1038
1055
  Features:
1039
1056
 
@@ -1055,7 +1072,7 @@ Bug fixes:
1055
1072
  - Includes bug fix from 2.18.0.
1056
1073
 
1057
1074
  3.0.0rc2 (2019-01-03)
1058
- *********************
1075
+ ---------------------
1059
1076
 
1060
1077
  Features:
1061
1078
 
@@ -1080,7 +1097,7 @@ Other changes:
1080
1097
  validation completion (:issue:`996`).
1081
1098
 
1082
1099
  3.0.0rc1 (2018-11-29)
1083
- *********************
1100
+ ---------------------
1084
1101
 
1085
1102
  Features:
1086
1103
 
@@ -1098,14 +1115,14 @@ Bug fixes:
1098
1115
  Thanks :user:`toffan` for the catch and patch.
1099
1116
 
1100
1117
  3.0.0b20 (2018-11-01)
1101
- *********************
1118
+ ---------------------
1102
1119
 
1103
1120
  Bug fixes:
1104
1121
 
1105
1122
  - Includes bug fixes from 2.16.2 and 2.16.3.
1106
1123
 
1107
1124
  3.0.0b19 (2018-10-24)
1108
- *********************
1125
+ ---------------------
1109
1126
 
1110
1127
  Features:
1111
1128
 
@@ -1125,7 +1142,7 @@ Other changes:
1125
1142
 
1126
1143
 
1127
1144
  3.0.0b18 (2018-10-15)
1128
- *********************
1145
+ ---------------------
1129
1146
 
1130
1147
  Bug fixes:
1131
1148
 
@@ -1139,7 +1156,7 @@ Deprecations/Removals:
1139
1156
 
1140
1157
 
1141
1158
  3.0.0b17 (2018-10-13)
1142
- *********************
1159
+ ---------------------
1143
1160
 
1144
1161
  Features:
1145
1162
 
@@ -1163,7 +1180,7 @@ Bug fixes:
1163
1180
  - Includes bug fix from 2.16.0.
1164
1181
 
1165
1182
  3.0.0b16 (2018-09-20)
1166
- *********************
1183
+ ---------------------
1167
1184
 
1168
1185
  Bug fixes:
1169
1186
 
@@ -1172,7 +1189,7 @@ Bug fixes:
1172
1189
  for reporting.
1173
1190
 
1174
1191
  3.0.0b15 (2018-09-18)
1175
- *********************
1192
+ ---------------------
1176
1193
 
1177
1194
  Bug fixes:
1178
1195
 
@@ -1186,7 +1203,7 @@ Bug fixes:
1186
1203
  Thanks :user:`tuukkamustonen` for implementing these changes.
1187
1204
 
1188
1205
  3.0.0b14 (2018-09-15)
1189
- *********************
1206
+ ---------------------
1190
1207
 
1191
1208
  Features:
1192
1209
 
@@ -1210,7 +1227,7 @@ Other changes:
1210
1227
  - Tested against Python 3.7.
1211
1228
 
1212
1229
  3.0.0b13 (2018-08-04)
1213
- *********************
1230
+ ---------------------
1214
1231
 
1215
1232
  Bug fixes:
1216
1233
 
@@ -1231,7 +1248,7 @@ Other changes:
1231
1248
  reporting.
1232
1249
 
1233
1250
  3.0.0b12 (2018-07-04)
1234
- *********************
1251
+ ---------------------
1235
1252
 
1236
1253
  Features:
1237
1254
 
@@ -1264,7 +1281,7 @@ Deprecations/Removals:
1264
1281
  instances from ``Schema.fields``.
1265
1282
 
1266
1283
  3.0.0b11 (2018-05-20)
1267
- *********************
1284
+ ---------------------
1268
1285
 
1269
1286
  Features:
1270
1287
 
@@ -1284,14 +1301,14 @@ Bug fixes:
1284
1301
 
1285
1302
 
1286
1303
  3.0.0b10 (2018-05-10)
1287
- *********************
1304
+ ---------------------
1288
1305
 
1289
1306
  Bug fixes:
1290
1307
 
1291
1308
  - Includes bugfixes from 2.15.2.
1292
1309
 
1293
1310
  3.0.0b9 (2018-04-25)
1294
- ********************
1311
+ --------------------
1295
1312
 
1296
1313
  Features:
1297
1314
 
@@ -1304,7 +1321,7 @@ Bug fixes:
1304
1321
  - Includes the bugfix from 2.15.1.
1305
1322
 
1306
1323
  3.0.0b8 (2018-03-24)
1307
- ********************
1324
+ --------------------
1308
1325
 
1309
1326
  Features:
1310
1327
 
@@ -1326,7 +1343,7 @@ Features:
1326
1343
  Thanks :user:`shabble` for the report and thanks :user:`lafrech` for the PR.
1327
1344
 
1328
1345
  3.0.0b7 (2018-02-03)
1329
- ********************
1346
+ --------------------
1330
1347
 
1331
1348
  Features:
1332
1349
 
@@ -1355,7 +1372,7 @@ Support:
1355
1372
 
1356
1373
 
1357
1374
  3.0.0b6 (2018-01-02)
1358
- ********************
1375
+ --------------------
1359
1376
 
1360
1377
  Bug fixes:
1361
1378
 
@@ -1371,7 +1388,7 @@ Other changes:
1371
1388
  - ``validate.URL`` requires square brackets around IPv6 URLs (:issue:`707`). Thanks :user:`harlov`.
1372
1389
 
1373
1390
  3.0.0b5 (2017-12-30)
1374
- ********************
1391
+ --------------------
1375
1392
 
1376
1393
  Features:
1377
1394
 
@@ -1385,7 +1402,7 @@ Other changes:
1385
1402
  ``utils.from_iso_datetime`` (:issue:`694`). Thanks :user:`sklarsa`.
1386
1403
 
1387
1404
  3.0.0b4 (2017-10-23)
1388
- ********************
1405
+ --------------------
1389
1406
 
1390
1407
  Features:
1391
1408
 
@@ -1404,7 +1421,7 @@ Support:
1404
1421
  for reporting and thanks :user:`yoichi` for the PR.
1405
1422
 
1406
1423
  3.0.0b3 (2017-08-20)
1407
- ********************
1424
+ --------------------
1408
1425
 
1409
1426
  Features:
1410
1427
 
@@ -1426,7 +1443,7 @@ Support:
1426
1443
  - Add benchmark script. Thanks :user:`rowillia`.
1427
1444
 
1428
1445
  3.0.0b2 (2017-03-19)
1429
- ********************
1446
+ --------------------
1430
1447
 
1431
1448
  Features:
1432
1449
 
@@ -1441,7 +1458,7 @@ Bug fixes:
1441
1458
  - Includes bug fixes from release 2.13.4.
1442
1459
 
1443
1460
  3.0.0b1 (2017-03-10)
1444
- ********************
1461
+ --------------------
1445
1462
 
1446
1463
  Features:
1447
1464
 
@@ -1455,7 +1472,7 @@ Other changes:
1455
1472
  - *Backwards-incompatible*: ``skip_on_field_errors`` defaults to ``True`` for ``validates_schema`` (:issue:`352`).
1456
1473
 
1457
1474
  3.0.0a1 (2017-02-26)
1458
- ********************
1475
+ --------------------
1459
1476
 
1460
1477
  Features:
1461
1478
 
@@ -1477,7 +1494,7 @@ Deprecation/Removals:
1477
1494
  - Remove ``extra`` parameter from ``Schema``. Use a ``@post_dump`` method to add additional data.
1478
1495
 
1479
1496
  2.21.0 (2020-03-05)
1480
- *******************
1497
+ -------------------
1481
1498
 
1482
1499
  Bug fixes:
1483
1500
 
@@ -1489,14 +1506,14 @@ Other changes:
1489
1506
  - Drop support for Python 3.4 (:pr:`1525`).
1490
1507
 
1491
1508
  2.20.5 (2019-09-15)
1492
- *******************
1509
+ -------------------
1493
1510
 
1494
1511
  Bug fixes:
1495
1512
 
1496
1513
  - Fix behavior when a non-list collection is passed to the ``validate`` argument of ``fields.Email`` and ``fields.URL`` (:issue:`1400`).
1497
1514
 
1498
1515
  2.20.4 (2019-09-11)
1499
- *******************
1516
+ -------------------
1500
1517
 
1501
1518
  Bug fixes:
1502
1519
 
@@ -1504,14 +1521,14 @@ Bug fixes:
1504
1521
  Thanks :user:`Kamforka` for reporting.
1505
1522
 
1506
1523
  2.20.3 (2019-09-04)
1507
- *******************
1524
+ -------------------
1508
1525
 
1509
1526
  Bug fixes:
1510
1527
 
1511
1528
  - Don't swallow ``TypeError`` exceptions raised by ``Field._bind_to_schema`` or ``Schema.on_bind_field`` (:pr:`1376`).
1512
1529
 
1513
1530
  2.20.2 (2019-08-20)
1514
- *******************
1531
+ -------------------
1515
1532
 
1516
1533
  Bug fixes:
1517
1534
 
@@ -1519,7 +1536,7 @@ Bug fixes:
1519
1536
  (:pr:`1354`). Thanks :user:`nicktimko` for the PR.
1520
1537
 
1521
1538
  2.20.1 (2019-08-13)
1522
- *******************
1539
+ -------------------
1523
1540
 
1524
1541
  Bug fixes:
1525
1542
 
@@ -1527,7 +1544,7 @@ Bug fixes:
1527
1544
  passed to a nested schema with ``@validates`` (:issue:`1342`).
1528
1545
 
1529
1546
  2.20.0 (2019-08-10)
1530
- *******************
1547
+ -------------------
1531
1548
 
1532
1549
  Bug fixes:
1533
1550
 
@@ -1542,7 +1559,7 @@ Deprecation/Removals:
1542
1559
  - Python 2.6 is no longer officially supported (:issue:`1274`).
1543
1560
 
1544
1561
  2.19.5 (2019-06-18)
1545
- *******************
1562
+ -------------------
1546
1563
 
1547
1564
  Bug fixes:
1548
1565
 
@@ -1550,7 +1567,7 @@ Bug fixes:
1550
1567
  miroseconds (:issue:`1251`). Thanks :user:`diego-plan9` for reporting.
1551
1568
 
1552
1569
  2.19.4 (2019-06-16)
1553
- *******************
1570
+ -------------------
1554
1571
 
1555
1572
  Bug fixes:
1556
1573
 
@@ -1558,7 +1575,7 @@ Bug fixes:
1558
1575
  installed (:issue:`1147`).
1559
1576
 
1560
1577
  2.19.3 (2019-06-15)
1561
- *******************
1578
+ -------------------
1562
1579
 
1563
1580
  Bug fixes:
1564
1581
 
@@ -1567,7 +1584,7 @@ Bug fixes:
1567
1584
  reporting.
1568
1585
 
1569
1586
  2.19.2 (2019-03-30)
1570
- *******************
1587
+ -------------------
1571
1588
 
1572
1589
  Bug fixes:
1573
1590
 
@@ -1575,7 +1592,7 @@ Bug fixes:
1575
1592
  ``fields.Float`` (:pr:`1177`). Thanks :user:`brycedrennan` for the PR.
1576
1593
 
1577
1594
  2.19.1 (2019-03-16)
1578
- *******************
1595
+ -------------------
1579
1596
 
1580
1597
  Bug fixes:
1581
1598
 
@@ -1584,7 +1601,7 @@ Bug fixes:
1584
1601
  catch and patch.
1585
1602
 
1586
1603
  2.19.0 (2019-03-07)
1587
- *******************
1604
+ -------------------
1588
1605
 
1589
1606
  Deprecation/Removal:
1590
1607
 
@@ -1593,7 +1610,7 @@ Deprecation/Removal:
1593
1610
  instead (:issue:`1141`).
1594
1611
 
1595
1612
  2.18.1 (2019-02-15)
1596
- *******************
1613
+ -------------------
1597
1614
 
1598
1615
  Bug fixes:
1599
1616
 
@@ -1602,7 +1619,7 @@ Bug fixes:
1602
1619
  reporting.
1603
1620
 
1604
1621
  2.18.0 (2019-01-13)
1605
- *******************
1622
+ -------------------
1606
1623
 
1607
1624
  Features:
1608
1625
 
@@ -1615,7 +1632,7 @@ Bug fixes:
1615
1632
  duplicate it (:pr:`1099`).
1616
1633
 
1617
1634
  2.17.0 (2018-12-26)
1618
- *******************
1635
+ -------------------
1619
1636
 
1620
1637
  Features:
1621
1638
 
@@ -1624,7 +1641,7 @@ Features:
1624
1641
  prepare for marshmallow 3 (:pr:`1075`).
1625
1642
 
1626
1643
  2.16.3 (2018-11-01)
1627
- *******************
1644
+ -------------------
1628
1645
 
1629
1646
  Bug fixes:
1630
1647
 
@@ -1633,7 +1650,7 @@ Bug fixes:
1633
1650
  reproduce this issue.
1634
1651
 
1635
1652
  2.16.2 (2018-10-30)
1636
- *******************
1653
+ -------------------
1637
1654
 
1638
1655
  Bug fixes:
1639
1656
 
@@ -1642,7 +1659,7 @@ Bug fixes:
1642
1659
  :user:`jmargeta` for the PR.
1643
1660
 
1644
1661
  2.16.1 (2018-10-17)
1645
- *******************
1662
+ -------------------
1646
1663
 
1647
1664
  Bug fixes:
1648
1665
 
@@ -1650,7 +1667,7 @@ Bug fixes:
1650
1667
  (:issue:`998`). Thanks :user:`lalvarezguillen` for reporting.
1651
1668
 
1652
1669
  2.16.0 (2018-10-10)
1653
- *******************
1670
+ -------------------
1654
1671
 
1655
1672
  Bug fixes:
1656
1673
 
@@ -1662,7 +1679,7 @@ Other changes:
1662
1679
  - Drop support for Python 3.3 (:pr:`987`).
1663
1680
 
1664
1681
  2.15.6 (2018-09-20)
1665
- *******************
1682
+ -------------------
1666
1683
 
1667
1684
  Bug fixes:
1668
1685
 
@@ -1676,7 +1693,7 @@ These fixes were backported from 3.0.0b15 and 3.0.0b16.
1676
1693
 
1677
1694
 
1678
1695
  2.15.5 (2018-09-15)
1679
- *******************
1696
+ -------------------
1680
1697
 
1681
1698
  Bug fixes:
1682
1699
 
@@ -1684,7 +1701,7 @@ Bug fixes:
1684
1701
  Thanks :user:`vke-code` for the catch and :user:`YuriHeupa` for the patch.
1685
1702
 
1686
1703
  2.15.4 (2018-08-04)
1687
- *******************
1704
+ -------------------
1688
1705
 
1689
1706
  Bug fixes:
1690
1707
 
@@ -1692,7 +1709,7 @@ Bug fixes:
1692
1709
  (:issue:`748`). Thanks :user:`m-novikov` for the catch and patch.
1693
1710
 
1694
1711
  2.15.3 (2018-05-20)
1695
- *******************
1712
+ -------------------
1696
1713
 
1697
1714
  Bug fixes:
1698
1715
 
@@ -1701,7 +1718,7 @@ Bug fixes:
1701
1718
  :user:`deckar01` for the catch and patch.
1702
1719
 
1703
1720
  2.15.2 (2018-05-10)
1704
- *******************
1721
+ -------------------
1705
1722
 
1706
1723
  Bug fixes:
1707
1724
 
@@ -1716,16 +1733,16 @@ Bug fixes:
1716
1733
  :user:`deckar01` for the fix.
1717
1734
 
1718
1735
  2.15.1 (2018-04-25)
1719
- *******************
1736
+ -------------------
1720
1737
 
1721
1738
  Bug fixes:
1722
1739
 
1723
- - :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
1724
1741
  (:issue:`772`). Thanks :user:`deckar01` for reporting and thanks
1725
1742
  :user:`lafrech` for the fix.
1726
1743
 
1727
1744
  2.15.0 (2017-12-02)
1728
- *******************
1745
+ -------------------
1729
1746
 
1730
1747
  Bug fixes:
1731
1748
 
@@ -1734,7 +1751,7 @@ Bug fixes:
1734
1751
  suggestion and thanks :user:`4lissonsilveira` for the PR.
1735
1752
 
1736
1753
  2.14.0 (2017-10-23)
1737
- *******************
1754
+ -------------------
1738
1755
 
1739
1756
  Features:
1740
1757
 
@@ -1742,7 +1759,7 @@ Features:
1742
1759
  Thanks :user:`sduthil` for the suggestion and the PR.
1743
1760
 
1744
1761
  2.13.6 (2017-08-16)
1745
- *******************
1762
+ -------------------
1746
1763
 
1747
1764
  Bug fixes:
1748
1765
 
@@ -1750,28 +1767,28 @@ Bug fixes:
1750
1767
  (:issue:`669`). Thanks :user:`MichalKononenko`.
1751
1768
 
1752
1769
  2.13.5 (2017-04-12)
1753
- *******************
1770
+ -------------------
1754
1771
 
1755
1772
  Bug fixes:
1756
1773
 
1757
1774
  - Fix validation of iso8601-formatted dates (:issue:`556`). Thanks :user:`lafrech` for reporting.
1758
1775
 
1759
1776
  2.13.4 (2017-03-19)
1760
- *******************
1777
+ -------------------
1761
1778
 
1762
1779
  Bug fixes:
1763
1780
 
1764
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.
1765
1782
 
1766
1783
  2.13.3 (2017-03-11)
1767
- *******************
1784
+ -------------------
1768
1785
 
1769
1786
  Bug fixes:
1770
1787
 
1771
1788
  - Restore backwards-compatibility of ``SchemaOpts`` constructor (:issue:`597`). Thanks :user:`Wesmania` for reporting and thanks :user:`frol` for the fix.
1772
1789
 
1773
1790
  2.13.2 (2017-03-10)
1774
- *******************
1791
+ -------------------
1775
1792
 
1776
1793
  Bug fixes:
1777
1794
 
@@ -1782,35 +1799,35 @@ Support:
1782
1799
  - Update contributing docs.
1783
1800
 
1784
1801
  2.13.1 (2017-03-04)
1785
- *******************
1802
+ -------------------
1786
1803
 
1787
1804
  Bug fixes:
1788
1805
 
1789
1806
  - Fix sorting on Schema subclasses when ``ordered=True`` (:issue:`592`). Thanks :user:`frol`.
1790
1807
 
1791
1808
  2.13.0 (2017-02-18)
1792
- *******************
1809
+ -------------------
1793
1810
 
1794
1811
  Features:
1795
1812
 
1796
1813
  - Minor optimizations (:issue:`577`). Thanks :user:`rowillia` for the PR.
1797
1814
 
1798
1815
  2.12.2 (2017-01-30)
1799
- *******************
1816
+ -------------------
1800
1817
 
1801
1818
  Bug fixes:
1802
1819
 
1803
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.
1804
1821
 
1805
1822
  2.12.1 (2017-01-23)
1806
- *******************
1823
+ -------------------
1807
1824
 
1808
1825
  Bug fixes:
1809
1826
 
1810
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.
1811
1828
 
1812
1829
  2.12.0 (2017-01-22)
1813
- *******************
1830
+ -------------------
1814
1831
 
1815
1832
  Features:
1816
1833
 
@@ -1818,14 +1835,14 @@ Features:
1818
1835
  - Add ``schemes`` parameter to ``fields.URL`` (:issue:`574`). Thanks :user:`mosquito` for the PR.
1819
1836
 
1820
1837
  2.11.1 (2017-01-08)
1821
- *******************
1838
+ -------------------
1822
1839
 
1823
1840
  Bug fixes:
1824
1841
 
1825
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.
1826
1843
 
1827
1844
  2.11.0 (2017-01-08)
1828
- *******************
1845
+ -------------------
1829
1846
 
1830
1847
  Features:
1831
1848
 
@@ -1837,7 +1854,7 @@ Support:
1837
1854
  - Test against Python 3.6.
1838
1855
 
1839
1856
  2.10.5 (2016-12-19)
1840
- *******************
1857
+ -------------------
1841
1858
 
1842
1859
  Bug fixes:
1843
1860
 
@@ -1848,21 +1865,21 @@ Support:
1848
1865
  - Tests: Fix redefinition of ``test_utils.test_get_value()`` (:issue:`562`). Thanks :user:`nelfin`.
1849
1866
 
1850
1867
  2.10.4 (2016-11-18)
1851
- *******************
1868
+ -------------------
1852
1869
 
1853
1870
  Bug fixes:
1854
1871
 
1855
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.
1856
1873
 
1857
1874
  2.10.3 (2016-10-02)
1858
- *******************
1875
+ -------------------
1859
1876
 
1860
1877
  Bug fixes:
1861
1878
 
1862
1879
  - Fix behavior for serializing missing data with ``Number`` fields when ``as_string=True`` is passed (:issue:`538`). Thanks :user:`jessemyers` for reporting.
1863
1880
 
1864
1881
  2.10.2 (2016-09-25)
1865
- *******************
1882
+ -------------------
1866
1883
 
1867
1884
  Bug fixes:
1868
1885
 
@@ -1870,7 +1887,7 @@ Bug fixes:
1870
1887
  - Fix UUID validation on serialization and deserialization of ``uuid.UUID`` objects (:issue:`532`). Thanks :user:`pauljz`.
1871
1888
 
1872
1889
  2.10.1 (2016-09-14)
1873
- *******************
1890
+ -------------------
1874
1891
 
1875
1892
  Bug fixes:
1876
1893
 
@@ -1879,14 +1896,14 @@ Bug fixes:
1879
1896
  - Fix validation of nested fields on dumping (:issue:`528`). Thanks again :user:`tvuotila`.
1880
1897
 
1881
1898
  2.10.0 (2016-09-05)
1882
- *******************
1899
+ -------------------
1883
1900
 
1884
1901
  Features:
1885
1902
 
1886
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.
1887
1904
 
1888
1905
  2.9.1 (2016-07-21)
1889
- ******************
1906
+ ------------------
1890
1907
 
1891
1908
  Bug fixes:
1892
1909
 
@@ -1894,12 +1911,12 @@ Bug fixes:
1894
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.
1895
1912
 
1896
1913
  2.9.0 (2016-07-06)
1897
- ******************
1914
+ ------------------
1898
1915
 
1899
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.
1900
1917
 
1901
1918
  2.8.0 (2016-06-23)
1902
- ******************
1919
+ ------------------
1903
1920
 
1904
1921
  Features:
1905
1922
 
@@ -1910,12 +1927,12 @@ Support:
1910
1927
  - Update tasks.py for compatibility with invoke>=0.13.0. Thanks :user:`deckar01`.
1911
1928
 
1912
1929
  2.7.3 (2016-05-05)
1913
- ******************
1930
+ ------------------
1914
1931
 
1915
1932
  - Make ``field.parent`` and ``field.name`` accessible to ``on_bind_field`` (:issue:`449`). Thanks :user:`immerrr`.
1916
1933
 
1917
1934
  2.7.2 (2016-04-27)
1918
- ******************
1935
+ ------------------
1919
1936
 
1920
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`.
1921
1938
 
@@ -1924,7 +1941,7 @@ Support:
1924
1941
  - Update license entry in setup.py to fix RPM distributions (:issue:`433`). Thanks :user:`rrajaravi` for reporting.
1925
1942
 
1926
1943
  2.7.1 (2016-04-08)
1927
- ******************
1944
+ ------------------
1928
1945
 
1929
1946
  Bug fixes:
1930
1947
 
@@ -1932,7 +1949,7 @@ Bug fixes:
1932
1949
  constructed dynamically using the ``type`` constructor without getting added to the class registry (which is useful for saving memory).
1933
1950
 
1934
1951
  2.7.0 (2016-04-04)
1935
- ******************
1952
+ ------------------
1936
1953
 
1937
1954
  Features:
1938
1955
 
@@ -1944,14 +1961,14 @@ Other changes:
1944
1961
  - Remove unused attributes ``root``, ``parent``, and ``name`` from ``SchemaABC`` (:issue:`410`). Thanks :user:`Tim-Erwin` for the PR.
1945
1962
 
1946
1963
  2.6.1 (2016-03-17)
1947
- ******************
1964
+ ------------------
1948
1965
 
1949
1966
  Bug fixes:
1950
1967
 
1951
1968
  - Respect ``load_from`` when reporting errors for nested required fields (:issue:`414`). Thanks :user:`yumike`.
1952
1969
 
1953
1970
  2.6.0 (2016-02-01)
1954
- ******************
1971
+ ------------------
1955
1972
 
1956
1973
  Features:
1957
1974
 
@@ -1960,7 +1977,7 @@ Features:
1960
1977
  - Collect all validation errors for each item deserialized by a ``List`` field (:issue:`345`). Thanks :user:`maximkulkin` for the report and the PR.
1961
1978
 
1962
1979
  2.5.0 (2016-01-16)
1963
- ******************
1980
+ ------------------
1964
1981
 
1965
1982
  Features:
1966
1983
 
@@ -1968,21 +1985,21 @@ Features:
1968
1985
  - Add ``schemes`` argument to ``validate.URL`` (:issue:`356`).
1969
1986
 
1970
1987
  2.4.2 (2015-12-08)
1971
- ******************
1988
+ ------------------
1972
1989
 
1973
1990
  Bug fixes:
1974
1991
 
1975
1992
  - Prevent duplicate error messages when validating nested collections (:issue:`360`). Thanks :user:`alexmorken` for the catch and patch.
1976
1993
 
1977
1994
  2.4.1 (2015-12-07)
1978
- ******************
1995
+ ------------------
1979
1996
 
1980
1997
  Bug fixes:
1981
1998
 
1982
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.
1983
2000
 
1984
2001
  2.4.0 (2015-12-06)
1985
- ******************
2002
+ ------------------
1986
2003
 
1987
2004
  Features:
1988
2005
 
@@ -1994,7 +2011,7 @@ Bug fixes:
1994
2011
  - Fix ``@validates`` behavior when used when ``attribute`` is specified and ``strict=True`` (:issue:`350`). Thanks :user:`density` for reporting.
1995
2012
 
1996
2013
  2.3.0 (2015-11-22)
1997
- ******************
2014
+ ------------------
1998
2015
 
1999
2016
  Features:
2000
2017
 
@@ -2011,14 +2028,14 @@ Deprecation/Removal:
2011
2028
  ``func`` and ``method_name`` are still present for backwards-compatibility, but they will both be removed in marshmallow 3.0.
2012
2029
 
2013
2030
  2.2.1 (2015-11-11)
2014
- ******************
2031
+ ------------------
2015
2032
 
2016
2033
  Bug fixes:
2017
2034
 
2018
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.
2019
2036
 
2020
2037
  2.2.0 (2015-10-26)
2021
- ******************
2038
+ ------------------
2022
2039
 
2023
2040
  Features:
2024
2041
 
@@ -2035,14 +2052,14 @@ Support:
2035
2052
  - Add "Customizing Error Messages" section to custom fields docs.
2036
2053
 
2037
2054
  2.1.3 (2015-10-18)
2038
- ******************
2055
+ ------------------
2039
2056
 
2040
2057
  Bug fixes:
2041
2058
 
2042
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.
2043
2060
 
2044
2061
  2.1.2 (2015-10-14)
2045
- ******************
2062
+ ------------------
2046
2063
 
2047
2064
  Bug fixes:
2048
2065
 
@@ -2050,14 +2067,14 @@ Bug fixes:
2050
2067
  - Fix usage of ``@validates`` with a nested field when ``many=True`` (:issue:`298`). Thanks :user:`nelfin` for the catch and patch.
2051
2068
 
2052
2069
  2.1.1 (2015-10-07)
2053
- ******************
2070
+ ------------------
2054
2071
 
2055
2072
  Bug fixes:
2056
2073
 
2057
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.
2058
2075
 
2059
2076
  2.1.0 (2015-09-30)
2060
- ******************
2077
+ ------------------
2061
2078
 
2062
2079
  Features:
2063
2080
 
@@ -2079,7 +2096,7 @@ Other changes:
2079
2096
  - A ``List's`` inner field will have the list field set as its parent. Use ``root`` to access the ``Schema``.
2080
2097
 
2081
2098
  2.0.0 (2015-09-25)
2082
- ******************
2099
+ ------------------
2083
2100
 
2084
2101
  Features:
2085
2102
 
@@ -2108,7 +2125,7 @@ Changes from 2.0.0rc2:
2108
2125
  - Bug fix: Prevent infinite loop when validating a required, self-nested field. Thanks :user:`Bachmann1234` for the fix.
2109
2126
 
2110
2127
  2.0.0rc2 (2015-09-16)
2111
- *********************
2128
+ ---------------------
2112
2129
 
2113
2130
  Deprecation/Removals:
2114
2131
 
@@ -2126,7 +2143,7 @@ Changes from 2.0.0rc1:
2126
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.
2127
2144
 
2128
2145
  2.0.0rc1 (2015-09-13)
2129
- *********************
2146
+ ---------------------
2130
2147
 
2131
2148
  Features:
2132
2149
 
@@ -2154,7 +2171,7 @@ Support:
2154
2171
  - Test against Python 3.5.
2155
2172
 
2156
2173
  2.0.0b5 (2015-08-23)
2157
- ********************
2174
+ --------------------
2158
2175
 
2159
2176
  Features:
2160
2177
 
@@ -2175,7 +2192,7 @@ Other changes:
2175
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.
2176
2193
 
2177
2194
  2.0.0b4 (2015-07-07)
2178
- ********************
2195
+ --------------------
2179
2196
 
2180
2197
  Features:
2181
2198
 
@@ -2195,7 +2212,7 @@ Changes from 2.0.0b3:
2195
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`.
2196
2213
 
2197
2214
  2.0.0b3 (2015-06-14)
2198
- *********************
2215
+ ---------------------
2199
2216
 
2200
2217
  Features:
2201
2218
 
@@ -2232,7 +2249,7 @@ Changes from 2.0.0b2:
2232
2249
  - Implicit passing of original, raw data to Schema validators is removed. Use ``@marshmallow.validates_schema(pass_original=True)`` instead.
2233
2250
 
2234
2251
  2.0.0b2 (2015-05-03)
2235
- ********************
2252
+ --------------------
2236
2253
 
2237
2254
  Features:
2238
2255
 
@@ -2246,7 +2263,7 @@ Changes from 2.0.0b1:
2246
2263
  Includes bug fixes from 1.2.6.
2247
2264
 
2248
2265
  2.0.0b1 (2015-04-26)
2249
- ********************
2266
+ --------------------
2250
2267
 
2251
2268
  Features:
2252
2269
 
@@ -2263,7 +2280,7 @@ Changes from 2.0.0a1:
2263
2280
  - Fix serialization of `None` for ``fields.Email``.
2264
2281
 
2265
2282
  2.0.0a1 (2015-04-25)
2266
- ********************
2283
+ --------------------
2267
2284
 
2268
2285
  Features:
2269
2286
 
@@ -2302,7 +2319,7 @@ Other changes:
2302
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.
2303
2320
 
2304
2321
  1.2.6 (2015-05-03)
2305
- ******************
2322
+ ------------------
2306
2323
 
2307
2324
  Bug fixes:
2308
2325
 
@@ -2310,7 +2327,7 @@ Bug fixes:
2310
2327
  - Allow error message for ``fields.Boolean`` to be customized with the ``error`` parameter (like other fields).
2311
2328
 
2312
2329
  1.2.5 (2015-04-25)
2313
- ******************
2330
+ ------------------
2314
2331
 
2315
2332
  Bug fixes:
2316
2333
 
@@ -2321,7 +2338,7 @@ Support:
2321
2338
  - Fix pep8 dev dependency for flake8. Thanks :user:`taion`.
2322
2339
 
2323
2340
  1.2.4 (2015-03-22)
2324
- ******************
2341
+ ------------------
2325
2342
 
2326
2343
  Bug fixes:
2327
2344
 
@@ -2336,14 +2353,14 @@ Support:
2336
2353
  - Correction to ``_postprocess`` method in docs. Thanks again :user:`taion`.
2337
2354
 
2338
2355
  1.2.3 (2015-03-15)
2339
- ******************
2356
+ ------------------
2340
2357
 
2341
2358
  Bug fixes:
2342
2359
 
2343
2360
  - Fix inheritance of ``ordered`` class Meta option (:issue:`162`). Thanks :user:`stephenfin` for reporting.
2344
2361
 
2345
2362
  1.2.2 (2015-02-23)
2346
- ******************
2363
+ ------------------
2347
2364
 
2348
2365
  Bug fixes:
2349
2366
 
@@ -2351,7 +2368,7 @@ Bug fixes:
2351
2368
  - Fix bug that could cause an ``AttributeError`` when nesting schemas with schema-level validators (:issue:`144`). Thanks :user:`vovanbo` for reporting.
2352
2369
 
2353
2370
  1.2.1 (2015-01-11)
2354
- ******************
2371
+ ------------------
2355
2372
 
2356
2373
  Bug fixes:
2357
2374
 
@@ -2359,7 +2376,7 @@ Bug fixes:
2359
2376
  - Deserializing `None` returns `None` rather than raising an ``AttributeError`` (:issue:`123`). Thanks :user:`RealSalmon` for the catch and patch.
2360
2377
 
2361
2378
  1.2.0 (2014-12-22)
2362
- ******************
2379
+ ------------------
2363
2380
 
2364
2381
  Features:
2365
2382
 
@@ -2394,7 +2411,7 @@ Support:
2394
2411
 
2395
2412
 
2396
2413
  1.1.0 (2014-12-02)
2397
- ******************
2414
+ ------------------
2398
2415
 
2399
2416
  Features:
2400
2417
 
@@ -2416,14 +2433,14 @@ Support:
2416
2433
  - Update Flask and Peewee examples.
2417
2434
 
2418
2435
  1.0.1 (2014-11-18)
2419
- ******************
2436
+ ------------------
2420
2437
 
2421
2438
  Hotfix release.
2422
2439
 
2423
2440
  - Ensure that errors dictionary is correctly cleared on each call to ``Schema.dump`` and ``Schema.load``.
2424
2441
 
2425
2442
  1.0.0 (2014-11-16)
2426
- ******************
2443
+ ------------------
2427
2444
 
2428
2445
  Adds new features, speed improvements, better error handling, and updated documentation.
2429
2446
 
@@ -2442,7 +2459,7 @@ Adds new features, speed improvements, better error handling, and updated docume
2442
2459
  - Updated docs.
2443
2460
 
2444
2461
  1.0.0-a (2014-10-19)
2445
- ********************
2462
+ --------------------
2446
2463
 
2447
2464
  Major reworking and simplification of the public API, centered around support for deserialization, improved validation, and a less stateful ``Schema`` class.
2448
2465
 
@@ -2472,7 +2489,7 @@ Major reworking and simplification of the public API, centered around support fo
2472
2489
  * Add ``Str``, ``Bool``, and ``Int`` field class aliases.
2473
2490
 
2474
2491
  0.7.0 (2014-06-22)
2475
- ******************
2492
+ ------------------
2476
2493
 
2477
2494
  * Add ``Serializer.error_handler`` decorator that registers a custom error handler.
2478
2495
  * Add ``Serializer.data_handler`` decorator that registers data post-processing callbacks.
@@ -2483,14 +2500,14 @@ Major reworking and simplification of the public API, centered around support fo
2483
2500
  * ``validated`` decorator should only wrap a ``Field`` class's ``output`` method.
2484
2501
 
2485
2502
  0.6.0 (2014-06-03)
2486
- ******************
2503
+ ------------------
2487
2504
 
2488
2505
  * Fix bug in serializing keyed tuple types, e.g. ``namedtuple`` and ``KeyedTuple``.
2489
2506
  * Nested field can load a serializer by its class name as a string. This makes it easier to implement 2-way nesting.
2490
2507
  * Make ``Serializer.data`` override-able.
2491
2508
 
2492
2509
  0.5.5 (2014-05-02)
2493
- ******************
2510
+ ------------------
2494
2511
 
2495
2512
  * Add ``Serializer.factory`` for creating a factory function that returns a Serializer instance.
2496
2513
  * ``MarshallingError`` stores its underlying exception as an instance variable. This is useful for inspecting errors.
@@ -2500,14 +2517,14 @@ Major reworking and simplification of the public API, centered around support fo
2500
2517
  * Add ``Serializer.process_data`` hook that allows subclasses to manipulate the final output data.
2501
2518
 
2502
2519
  0.5.4 (2014-04-17)
2503
- ******************
2520
+ ------------------
2504
2521
 
2505
2522
  * Add ``json_module`` class Meta option.
2506
2523
  * Add ``required`` option to fields . Thanks :user:`DeaconDesperado`.
2507
2524
  * Tested on Python 3.4 and PyPy.
2508
2525
 
2509
2526
  0.5.3 (2014-03-02)
2510
- ******************
2527
+ ------------------
2511
2528
 
2512
2529
  * Fix ``Integer`` field default. It is now ``0`` instead of ``0.0``. Thanks :user:`kalasjocke`.
2513
2530
  * Add ``context`` param to ``Serializer``. Allows accessing arbitrary objects in ``Function`` and ``Method`` fields.
@@ -2515,19 +2532,19 @@ Major reworking and simplification of the public API, centered around support fo
2515
2532
 
2516
2533
 
2517
2534
  0.5.2 (2014-02-10)
2518
- ******************
2535
+ ------------------
2519
2536
 
2520
2537
  * Enable custom field validation via the ``validate`` parameter.
2521
2538
  * Add ``utils.from_rfc`` for parsing RFC datestring to Python datetime object.
2522
2539
 
2523
2540
  0.5.1 (2014-02-02)
2524
- ******************
2541
+ ------------------
2525
2542
 
2526
2543
  * Avoid unnecessary attribute access in ``utils.to_marshallable_type`` for improved performance.
2527
2544
  * Fix RFC822 formatting for localized datetimes.
2528
2545
 
2529
2546
  0.5.0 (2013-12-29)
2530
- ******************
2547
+ ------------------
2531
2548
 
2532
2549
  * Can customize validation error messages by passing the ``error`` parameter to a field.
2533
2550
  * *Backwards-incompatible*: Rename ``fields.NumberField`` -> ``fields.Number``.
@@ -2538,7 +2555,7 @@ Major reworking and simplification of the public API, centered around support fo
2538
2555
  * Improved performance and stability.
2539
2556
 
2540
2557
  0.4.1 (2013-12-01)
2541
- ******************
2558
+ ------------------
2542
2559
 
2543
2560
  * An object's ``__marshallable__`` method, if defined, takes precedence over ``__getitem__``.
2544
2561
  * Generator expressions can be passed to a serializer.
@@ -2546,7 +2563,7 @@ Major reworking and simplification of the public API, centered around support fo
2546
2563
  * Other minor bugfixes.
2547
2564
 
2548
2565
  0.4.0 (2013-11-24)
2549
- ******************
2566
+ ------------------
2550
2567
 
2551
2568
  * Add ``additional`` `class Meta` option.
2552
2569
  * Add ``dateformat`` `class Meta` option.
@@ -2562,7 +2579,7 @@ Major reworking and simplification of the public API, centered around support fo
2562
2579
  * Fix bug with passing ``None`` to a serializer.
2563
2580
 
2564
2581
  0.3.1 (2013-11-16)
2565
- ******************
2582
+ ------------------
2566
2583
 
2567
2584
  * Fix bug with serializing dictionaries.
2568
2585
  * Fix error raised when serializing empty list.
@@ -2571,7 +2588,7 @@ Major reworking and simplification of the public API, centered around support fo
2571
2588
  * Updated Flask + SQLA example in docs.
2572
2589
 
2573
2590
  0.3.0 (2013-11-14)
2574
- ******************
2591
+ ------------------
2575
2592
 
2576
2593
  * Declaring Serializers just got easier. The ``class Meta`` paradigm allows you to specify fields more concisely. Can specify ``fields`` and ``exclude`` options.
2577
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.
@@ -2580,14 +2597,14 @@ Major reworking and simplification of the public API, centered around support fo
2580
2597
  * Rename ``marshmallow.core`` -> ``marshmallow.serializer``.
2581
2598
 
2582
2599
  0.2.1 (2013-11-12)
2583
- ******************
2600
+ ------------------
2584
2601
 
2585
2602
  * Allow prefixing field names.
2586
2603
  * Fix storing errors on Nested Serializers.
2587
2604
  * Python 2.6 support.
2588
2605
 
2589
2606
  0.2.0 (2013-11-11)
2590
- ******************
2607
+ ------------------
2591
2608
 
2592
2609
  * Field-level validation.
2593
2610
  * Add ``fields.Method``.
@@ -2596,6 +2613,6 @@ Major reworking and simplification of the public API, centered around support fo
2596
2613
  * Add ``relative`` parameter to ``fields.Url`` that allows for relative URLs.
2597
2614
 
2598
2615
  0.1.0 (2013-11-10)
2599
- ******************
2616
+ ------------------
2600
2617
 
2601
2618
  * First release.