Cerberus v1.3.2 Release Notes

Release Date: 2019-10-29 // over 4 years ago
  • ๐Ÿš€ Released on October 29, 2019.

    ๐Ÿ†• New

    
    - ๐Ÿ‘Œ Support for Python 3.8
    
    ๐Ÿ›  Fixed
    
    • ๐Ÿ›  Fixed the message of the BasicErrorHandler for an invalid amount of items (#505_)
    • โž• Added setuptools as dependency to the package metadata (#499_)
    • ๐Ÿ“ฆ The CHANGES.rst document is properly included in the package (#493_)

    ๐Ÿ‘Œ Improved

    
    - ๐Ÿ“„ Docs: Examples were added for the ``min``- and ``maxlength`` rules. (`#509`_)
    
    .. _`#509`: https://github.com/pyeve/cerberus/issues/509
    .. _`#505`: https://github.com/pyeve/cerberus/issues/505
    .. _`#499`: https://github.com/pyeve/cerberus/issues/499
    .. _`#493`: https://github.com/pyeve/cerberus/issues/493