Skip to content

Commit 2adf15c

Browse files
committed
write 23.0.0 changelog
1 parent 17ca259 commit 2adf15c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ for an average of one 33-commit release about every 9 weeks. Versions
66
are named according to the [CalVer](https://calver.org) versioning
77
scheme (`YY.MINOR.MICRO`).
88

9+
23.0.0
10+
------
11+
*(February 19, 2023)*
12+
13+
* Overdue update for Python 3.10 and 3.11 support ([#294][i294], [#303][i303], [#320][i320], [#323][i323], [#326][i326]/[#327][i327])
14+
* Add [iterutils.chunk_ranges][iterutils.chunk_ranges] ([#312][i312])
15+
* Improvements to `SpooledBytesIO`/`SpooledStringIO` ([#305][i305])
16+
* Bugfix for infinite daterange issue when start and stop is the same ([#302][i302])
17+
* Fix `Bits.as_list` behavior ([#315][i315])
18+
919
21.0.0
1020
------
1121
*(May 16, 2021)*
@@ -1027,6 +1037,16 @@ added in this release.
10271037
[i161]: https://github.com/mahmoud/boltons/issues/161
10281038
[i162]: https://github.com/mahmoud/boltons/issues/162
10291039
[i164]: https://github.com/mahmoud/boltons/issues/164
1040+
[i294]: https://github.com/mahmoud/boltons/issues/294
1041+
[i302]: https://github.com/mahmoud/boltons/issues/302
1042+
[i303]: https://github.com/mahmoud/boltons/issues/303
1043+
[i305]: https://github.com/mahmoud/boltons/issues/305
1044+
[i312]: https://github.com/mahmoud/boltons/issues/312
1045+
[i315]: https://github.com/mahmoud/boltons/issues/315
1046+
[i320]: https://github.com/mahmoud/boltons/issues/320
1047+
[i323]: https://github.com/mahmoud/boltons/issues/323
1048+
[i326]: https://github.com/mahmoud/boltons/issues/326
1049+
[i327]: https://github.com/mahmoud/boltons/issues/327
10301050
[ioutils]: http://boltons.readthedocs.org/en/latest/ioutils.html
10311051
[ioutils.MultiFileReader]: http://boltons.readthedocs.org/en/latest/ioutils.html#boltons.ioutils.MultiFileReader
10321052
[ioutils.SpooledBytesIO]: http://boltons.readthedocs.org/en/latest/ioutils.html#boltons.ioutils.SpooledBytesIO
@@ -1036,6 +1056,7 @@ added in this release.
10361056
[iterutils.backoff_iter]: http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.backoff_iter
10371057
[iterutils.chunked]: http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.chunked
10381058
[iterutils.chunked_iter]: http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.chunked_iter
1059+
[iterutils.chunk_ranges]: http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.chunk_ranges
10391060
[iterutils.first]: http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.first
10401061
[iterutils.flatten]: http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.flatten
10411062
[iterutils.flatten_iter]: http://boltons.readthedocs.org/en/latest/iterutils.html#boltons.iterutils.flatten_iter

0 commit comments

Comments
 (0)