Skip to content

Commit

Permalink
Updates the CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Jul 30, 2023
1 parent 3bfc1e1 commit 03dd86a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@ Cerberus Changelog

Cerberus is a collaboratively funded project, see the `funding page`_.

Version 1.3.5
-------------

Unreleased.

New
~~~

- Support for Python 3.10 & 3.11
- The HTML documentation uses the *furo* theme

Fixed
~~~~~

- ``*of`` rules are skipped for ``None`` values (`#582`_)
- Validations of mappings would raise an exception when the field's rules were
provided as reference to a registry item (`#599`_)

.. _`#582`: https:/pyeve/cerberus/issues/582
.. _`#599`: https:/pyeve/cerberus/issues/599

Improved
~~~~~~~~

- Various minor improvements of the documentation

Version 1.3.4
-------------

Expand Down

0 comments on commit 03dd86a

Please sign in to comment.