Skip to content

Commit ea80eb1

Browse files
committed
CHANGELOG for 19.3.0
1 parent 5179907 commit ea80eb1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
boltons Changelog
22
=================
33

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

7+
19.3.0
8+
------
9+
*(October 28, 2019)*
10+
11+
Three funcutils:
12+
13+
* [funcutils.format_invocation][funcutils.format_invocation] for formatting simple function calls (`func(pos1, pos2, kw_k=kw_v`)
14+
* [funcutils.format_exp_repr][funcutils.format_exp_repr] for formatting a repr like `Type(pos, kw_k=kw_v)`
15+
* [funcutils.format_nonexp_repr][funcutils.format_nonexp_repr] for formatting a repr like `<Type k=v>`
16+
17+
[funcutils.format_invocation]: https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_invocation
18+
[funcutils.format_exp_repr]: https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_exp_repr
19+
[funcutils.format_nonexp_repr]: https://boltons.readthedocs.io/en/latest/funcutils.html#boltons.funcutils.format_nonexp_repr
20+
721
19.2.0
822
------
923
*(October 19, 2019)*

0 commit comments

Comments
 (0)