From 943881efc98562fd4657624dd8b53c1011520770 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Tue, 12 Feb 2019 20:29:10 -0800 Subject: [PATCH] 19.0.1 changelog --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8daefc..89458a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,20 @@ boltons Changelog ================= -Since February 20, 2013 there have been 34 releases and 1314 commits for -an average of one 39-commit release every 9 weeks. +Since February 20, 2013 there have been 35 releases and 1333 commits for +an average of one 38-commit release every 9 weeks. + +19.0.1 +------ +*(February 12, 2019)* + +Quick release to enhance [FunctionBuilder][funcutils.FunctionBuilder] +and [funcutils.wraps][funcutils.wraps] to maintain function +annotations on Python 3+. ([#133][i333], [#134][i134], [#203][i203]) + +[i133]: https://github.com/mahmoud/boltons/issues/133 +[i134]: https://github.com/mahmoud/boltons/issues/134 +[i203]: https://github.com/mahmoud/boltons/issues/203 19.0.0 ------