From 231000e1b50ac21f8eefd747dceec5de127556ac Mon Sep 17 00:00:00 2001 From: EtiennePelletier Date: Mon, 30 Aug 2021 11:53:30 -0400 Subject: [PATCH] Fix typo in changelog --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0d93146e..798834ed 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -66,7 +66,7 @@ Bug Fixes :: - * Fix Namespace error handlers when propogate_exceptions=True (#285) [mjreiss] + * Fix Namespace error handlers when propagate_exceptions=True (#285) [mjreiss] * pin flask and werkzeug due to breaking changes (#308) [jchittum] * The Flask/Blueprint API moved to the Scaffold base class (#308) [jloehel]