Skip to content

Commit 185eacb

Browse files
committed
updating docs
1 parent f1bc0f4 commit 185eacb

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- New summarization algorithm that produces valid json
77
- Better type hint support
88
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
9+
- Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
10+
911

1012
- v8-3-0
1113
- Fixed some static typing issues

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ DeepDiff 8-4-1
3030
- New summarization algorithm that produces valid json
3131
- Better type hint support
3232
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
33+
- Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
3334

3435
DeepDiff 8-3-0
3536

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ DeepDiff Changelog
1111
- New summarization algorithm that produces valid json
1212
- Better type hint support
1313
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
14+
- Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
1415

1516
- v8-3-0
1617
- Fixed some static typing issues

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ DeepDiff 8-4-1
3939
- New summarization algorithm that produces valid json
4040
- Better type hint support
4141
- Breaking change in DeepHash where we raise Exception instead of logging if we can't hash a value.
42+
- Added the log_stacktrace parameter to DeepDiff. When True, it will log the stacktrace along with the error.
4243

4344

4445
DeepDiff 8-3-0

0 commit comments

Comments
 (0)