Skip to content

Commit

Permalink
write up 21.0.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed May 17, 2021
1 parent 35b6e63 commit add51b1
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
boltons Changelog
=================

Since February 20, 2013 there have been 44 releases and 1468 commits for
an average of one 34-commit release about every 8 weeks.
Since February 20, 2013 there have been 45 releases and 1492 commits
for an average of one 33-commit release about every 9 weeks. Versions
are named according to the [CalVer](https://calver.org) versioning
scheme (`YY.MINOR.MICRO`).

21.0.0
------
*(May 16, 2021)*

* Fix [OMD][dictutils.OrderedMultiDict].addlist when the added list is empty
* Add [funcutils.noop][funcutils.noop], satisfying [PEP 559](https://www.python.org/dev/peps/pep-0559/)
* Support lists for [iterutils.bucketize][iterutils.bucketize]
* Python 3.9 test fixes for OMD (PEP 584, see [#271][i271])
* Make [typeutils.make_sentinel][typeutils.make_sentinel] more pickleable
* [jsonutils.reverse_iter_lines][jsonutils.reverse_iter_lines] now works on Py3 and Windows

[jsonutils.reverse_iter_lines]: http://boltons.readthedocs.org/en/latest/jsonutils.html#boltons.jsonutils.reverse_iter_lines
[funcutils.noop]: https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.noop
[i271]: https://github.com/mahmoud/boltons/issues/271

20.2.1
------
Expand Down

0 comments on commit add51b1

Please sign in to comment.