Skip to content

Commit 6e98265

Browse files
committed
updating changelog
1 parent d9d67ca commit 6e98265

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ DeepDiff 6-3-0
2929
- `include_obj_callback` and `include_obj_callback_strict` are added by [Håvard Thom](https://github.com/havardthom).
3030
- Fixed a corner case where numpy's `np.float32` nans are not ignored when using `ignore_nan_equality` by [Noam Gottlieb](https://github.com/noamgot)
3131
- `orjson` becomes optional again.
32+
- Fix for `ignore_type_in_groups` with numeric values so it does not report number changes when the number types are different.
3233

3334
DeepDiff 6-2-0
3435

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DeepDiff 6-3-0
4343
when using ``ignore_nan_equality`` by `Noam
4444
Gottlieb <https://github.com/noamgot>`__
4545
- ``orjson`` becomes optional again.
46-
46+
- Fix for ``ignore_type_in_groups`` with numeric values so it does not report number changes when the number types are different.
4747

4848
DeepDiff 6-2-0
4949
--------------

0 commit comments

Comments
 (0)