From 45fd2ef474216e15bef954c9b25f81e5d78ba8dd Mon Sep 17 00:00:00 2001 From: Chris Oakman Date: Sun, 20 Oct 2024 11:35:05 -0500 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79ccd0e..80cde3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Fixed +- [Issue #135] - fix bug with `:import` and multiple reader conditionals ([PR-134]) + ## [0.10.0] - 2024-10-19 ### Added @@ -147,6 +150,7 @@ All notable changes to this project will be documented in this file. [Issue #114]:https://github.com/oakmac/standard-clojure-style-js/issues/114 [Issue #123]:https://github.com/oakmac/standard-clojure-style-js/issues/123 [Issue #126]:https://github.com/oakmac/standard-clojure-style-js/issues/126 +[Issue #135]:https://github.com/oakmac/standard-clojure-style-js/issues/135 [PR-72]:https://github.com/oakmac/standard-clojure-style-js/pull/72 [PR-79]:https://github.com/oakmac/standard-clojure-style-js/pull/79 @@ -178,3 +182,4 @@ All notable changes to this project will be documented in this file. [PR-130]:https://github.com/oakmac/standard-clojure-style-js/pull/130 [PR-131]:https://github.com/oakmac/standard-clojure-style-js/pull/131 [PR-133]:https://github.com/oakmac/standard-clojure-style-js/pull/133 +[PR-134]:https://github.com/oakmac/standard-clojure-style-js/pull/134