From bea3a43da25c0613dda54ae4e2f8e3c2204dab3c Mon Sep 17 00:00:00 2001 From: Frankie Dintino Date: Mon, 20 Jul 2020 00:24:39 -0400 Subject: [PATCH] CHANGELOG: Fix issue link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658d1924..5097c8f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ Changelog [ogonkov](https://github.com/ogonkovv)! * Fix bug that prevented errors in included templates from being raised when rendering templates synchronously. Fixes - [#1272](https://github.com/mozilla/nunjucks/pull/1276). + [#1272](https://github.com/mozilla/nunjucks/issues/1272). * The `indent` filter no longer appends an additional newline. Fixes [#1231](https://github.com/mozilla/nunjucks/issues/1231).