Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Nov 4, 2022
1 parent e7c0886 commit d36580a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ Latest development version
| Released: 2022-10-04

v3.5 (2022-11-04)
-----------------

- No changes.


v3.4 (2022-06-15)
-----------------

Expand Down
18 changes: 12 additions & 6 deletions doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ Latest development version
| Released: 2022-10-04

v3.5 (2022-11-04)
-----------------

- Minor refinements and fixes.


v3.4 (2022-06-15)
-----------------

- improved the *on_dup* parameter to :meth:`load` and :meth:`loads`.
- added *strict* argument to :func:`join_keys`.
- Improved the *on_dup* parameter to :meth:`load` and :meth:`loads`.
- Added *strict* argument to :func:`join_keys`.

.. warning::

Expand All @@ -32,8 +38,8 @@ v3.4 (2022-06-15)
v3.3 (2022-06-07)
-----------------

- add *normalize_key* argument to :meth:`load` and :meth:`loads`.
- added utility functions for operating on keys and keymaps:
- Add *normalize_key* argument to :meth:`load` and :meth:`loads`.
- Added utility functions for operating on keys and keymaps:

- :func:`get_value_from_keys`
- :func:`get_lines_from_keys`
Expand All @@ -46,13 +52,13 @@ v3.3 (2022-06-07)
v3.2 (2022-01-17)
-----------------

- add circular reference detection and reporting.
- Add circular reference detection and reporting.


v3.1 (2021-07-23)
-----------------

- change error reporting for :func:`dumps` and :func:`dump` functions;
- Change error reporting for :func:`dumps` and :func:`dump` functions;
culprit is now the keys rather than the value.


Expand Down

0 comments on commit d36580a

Please sign in to comment.