From 8c56c9ad071757adf926f1ebb520dba082dd15f6 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 20 Dec 2019 10:36:23 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e0320358..04101839 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,7 +3,7 @@ ## Breaking changes ## v0.0.44 -- #173: BREAKING: rename `*in*` to `` (in the `user` namespace). The name +- #173: Rename `*in*` to `` (in the `user` namespace). The name was a poor choice for two reasons. It shadowed `clojure.core/*in*`. Also, the value was not a dynamic var, but the earmuffs suggested otherwise.