diff --git a/CHANGELOG.md b/CHANGELOG.md index f8197c4..59e0694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # DeepDiff Change log +- v6-6-0 + - Numpy 2.0 support + - Adding [Delta.to_flat_dicts](https://zepworks.com/deepdiff/current/serialization.html#delta-serialize-to-flat-dictionaries) +- v6-5-0 + - Adding [`parse_path`](https://github.com/seperman/deepdiff/pull/419) - v6-4-1 - Bugfix: Keep Numpy Optional - v6-4-0 diff --git a/docs/changelog.rst b/docs/changelog.rst index 1578688..95f9779 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,17 @@ Changelog DeepDiff Changelog +- v6-6-0 + + - Numpy 2.0 support + - Adding + `Delta.to_flat_dicts `__ + +- v6-5-0 + + - Adding + ```parse_path`` `__ + - v6-4-1 - Bugfix: Keep Numpy Optional