Skip to content

Commit

Permalink
CHANGELOG for 19.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Oct 29, 2019
1 parent 5179907 commit ea80eb1
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
boltons Changelog
=================

Since February 20, 2013 there have been 39 releases and 1381 commits for
Since February 20, 2013 there have been 40 releases and 1386 commits for
an average of one 35-commit release about every 10 weeks.

19.3.0
------
*(October 28, 2019)*

Three funcutils:

* [funcutils.format_invocation][funcutils.format_invocation] for formatting simple function calls (`func(pos1, pos2, kw_k=kw_v`)
* [funcutils.format_exp_repr][funcutils.format_exp_repr] for formatting a repr like `Type(pos, kw_k=kw_v)`
* [funcutils.format_nonexp_repr][funcutils.format_nonexp_repr] for formatting a repr like `<Type k=v>`

[funcutils.format_invocation]: https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_invocation
[funcutils.format_exp_repr]: https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_exp_repr
[funcutils.format_nonexp_repr]: https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_nonexp_repr

19.2.0
------
*(October 19, 2019)*
Expand Down

0 comments on commit ea80eb1

Please sign in to comment.