Skip to content

Commit 5aed99e

Browse files
committed
write 24.1 changelog
1 parent e86ef90 commit 5aed99e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ for an average of one 33-commit release about every 9 weeks. Versions
55
are named according to the [CalVer](https://calver.org) versioning
66
scheme (`YY.MINOR.MICRO`).
77

8+
## 24.1.0
9+
10+
_(November 1, 2024)_
11+
12+
- Added `max_depth` parameter to [`fileutils.iter_find_files`][fileutils.iter_find_files]
13+
- Added `enter` parameter to [`iterutils.research`][iterutils.research] to support traversing custom data types
14+
- Add optional print tracing for [`iterutils.remap`][iterutils.remap] for easier debugging
15+
- Fixed [`typeutils.Sentinel`][typeutils.make_sentinel] copy behavior to return self
16+
- Tentative Python 3.13 support ([#365][i365], [#366][i366])
17+
18+
[i365]: https://github.com/mahmoud/boltons/issues/365
19+
[i366]: https://github.com/mahmoud/boltons/issues/366
20+
821
## 24.0.0
922

1023
Per the RFC in issue [#365][i339], boltons is now **Python 3 only**. 3.7+ for now.

0 commit comments

Comments
 (0)