From 9220ca1a1f16954da9aadad213f84008b6ae96df Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Sun, 4 Aug 2019 17:38:25 -0700 Subject: [PATCH] fix changelog link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd04172..b36449a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ Couple of enhancements, couple of cleanups. 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]) +annotations on Python 3+. ([#133][i133], [#134][i134], [#203][i203]) [i133]: https://github.com/mahmoud/boltons/issues/133 [i134]: https://github.com/mahmoud/boltons/issues/134