Skip to content

Commit eac9365

Browse files
committed
updating changelog
1 parent 1b25960 commit eac9365

6 files changed

Lines changed: 14 additions & 0 deletions

File tree

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ Authors in order of the timeline of their contributions:
8585
- [ljames8](https://github.com/ljames8) for fixing logarithmic similarity type hint.
8686
- [srini047](https://github.com/srini047) for fixing README typo.
8787
- [Nagato-Yuzuru](https://github.com/Nagato-Yuzuru) for colored view tests.
88+
- [akshat62](https://github.com/akshat62) for adding Fraction numeric support.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- Fixed parameter bug in `to_flat_dicts` where `include_action_in_path` and `report_type_changes` were not being passed through
1717
- Fixed `ignore_keys` issue in `detailed__dict__` thanks to [vitalis89](https://github.com/vitalis89)
1818
- Fixed logarithmic similarity type hint thanks to [ljames8](https://github.com/ljames8)
19+
- Added `Fraction` numeric support thanks to [akshat62](https://github.com/akshat62)
1920
- v8-6-2
2021
- Security fix (CVE-2026-33155): Prevent denial-of-service via crafted pickle payloads that trigger massive memory allocation through the REDUCE opcode. Size-sensitive callables like `bytes()` and `bytearray()` are now wrapped to reject allocations exceeding 128 MB.
2122
- v8-6-1

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ DeepDiff 8-7-0
4343
- Fixed parameter bug in `to_flat_dicts` where `include_action_in_path` and `report_type_changes` were not being passed through
4444
- Fixed `ignore_keys` issue in `detailed__dict__` thanks to @vitalis89
4545
- Fixed logarithmic similarity type hint thanks to @ljames8
46+
- Added `Fraction` numeric support thanks to @akshat62
4647

4748
DeepDiff 8-6-2
4849
- **Security (CVE-2026-33155):** Fixed a memory exhaustion DoS vulnerability in `_RestrictedUnpickler` by limiting the maximum allocation size for `bytes` and `bytearray` during deserialization.

docs/authors.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,15 @@ Authors in order of the timeline of their contributions:
119119
setuptools use to pyproject.toml
120120
- `Diogo Correia <https://github.com/diogotcorreia>`__ for reporting security vulnerability in Delta and DeepDiff that could allow remote code execution.
121121
- `am-periphery <https://github.com/am-periphery>`__ for reporting CVE-2026-33155: denial-of-service via crafted pickle payloads triggering massive memory allocation.
122+
- `echan5 <https://github.com/echan5>`__ for adding callable ``group_by`` support.
123+
- `yannrouillard <https://github.com/yannrouillard>`__ for fixing colored view display when all list items are removed.
124+
- `tpvasconcelos <https://github.com/tpvasconcelos>`__ for fixing ``__slots__`` handling for objects with ``__getattr__``.
125+
- `devin13cox <https://github.com/devin13cox>`__ for always using t1 path for reporting.
126+
- `vitalis89 <https://github.com/vitalis89>`__ for fixing ``ignore_keys`` issue in ``detailed__dict__``.
127+
- `ljames8 <https://github.com/ljames8>`__ for fixing logarithmic similarity type hint.
128+
- `srini047 <https://github.com/srini047>`__ for fixing README typo.
129+
- `Nagato-Yuzuru <https://github.com/Nagato-Yuzuru>`__ for colored view tests.
130+
- `akshat62 <https://github.com/akshat62>`__ for adding Fraction numeric support.
122131

123132

124133
.. _Sep Dehpour (Seperman): http://www.zepworks.com

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ DeepDiff Changelog
2121
- Fixed parameter bug in ``to_flat_dicts`` where ``include_action_in_path`` and ``report_type_changes`` were not being passed through
2222
- Fixed ``ignore_keys`` issue in ``detailed__dict__`` thanks to `vitalis89 <https://github.com/vitalis89>`__
2323
- Fixed logarithmic similarity type hint thanks to `ljames8 <https://github.com/ljames8>`__
24+
- Added ``Fraction`` numeric support thanks to `akshat62 <https://github.com/akshat62>`__
2425
- v8-6-2
2526
- Security fix (CVE-2026-33155): Prevent denial-of-service via crafted pickle payloads that trigger massive memory allocation through the REDUCE opcode. Size-sensitive callables like ``bytes()`` and ``bytearray()`` are now wrapped to reject allocations exceeding 128 MB.
2627
- v8-6-1

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ DeepDiff 8-7-0
4949
- Fixed parameter bug in ``to_flat_dicts`` where ``include_action_in_path`` and ``report_type_changes`` were not being passed through
5050
- Fixed ``ignore_keys`` issue in ``detailed__dict__`` thanks to `vitalis89 <https://github.com/vitalis89>`__
5151
- Fixed logarithmic similarity type hint thanks to `ljames8 <https://github.com/ljames8>`__
52+
- Added ``Fraction`` numeric support thanks to `akshat62 <https://github.com/akshat62>`__
5253

5354
DeepDiff 8-6-2
5455
--------------

0 commit comments

Comments
 (0)