From e090fde61b1464a17bc8eb851d21b1695998579d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Sat, 31 Oct 2020 16:44:34 +0100 Subject: [PATCH] Fix: Reference --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eecb6714..d24e8e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ For a full diff see [`0.13.1...0.14.0`][0.13.1...0.14.0]. ### Added -* Extracted an `Indent::CHARACTERS` constant that exposes a map of indent styles to indent characters ([#383]), by [@localheinz] +* Extracted an `Indent::CHARACTERS` constant that exposes a map of indent styles to indent characters ([#384]), by [@localheinz] ## [`0.13.1`][0.13.1] @@ -355,7 +355,7 @@ For a full diff see [`5d8b3e2...0.1.0`][5d8b3e2...0.1.0]. [#269]: https://github.com/ergebnis/json-normalizer/pull/269 [#308]: https://github.com/ergebnis/json-normalizer/pull/308 [#335]: https://github.com/ergebnis/json-normalizer/pull/335 -[#383]: https://github.com/ergebnis/json-normalizer/pull/383 +[#384]: https://github.com/ergebnis/json-normalizer/pull/384 [@BackEndTea]: https://github.com/BackEndTea [@ergebnis]: https://github.com/ergebnis