From 8017a7ae2a7014144621b1bb2e03f48c7217e266 Mon Sep 17 00:00:00 2001 From: Seperman Date: Sat, 27 Aug 2022 19:46:55 -0700 Subject: [PATCH] adding doc --- docs/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index e668ad68..7d3161c4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -31,6 +31,17 @@ The DeepDiff library includes the following modules: What is New *********** +DeepDiff 6-1-0 +-------------- + +- DeepDiff.affected_paths can be used to get the list of all paths + where a change, addition, or deletion was reported for. +- DeepDiff.affected_root_keys can be used to get the list of all paths + where a change, addition, or deletion was reported for. +- Bugfix: ValueError when using Decimal 0.x #339 by `Enric + Pou `__ +- Serialization of UUID + DeepDiff 6-0-0 -------------- - :ref:`exclude_obj_callback_strict_label`