You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix macroexpansion of methods in deftype\* and reify\*
101
+
* Allow only non-qualified symbols in macrolet and symbol-macrolet
102
+
* Fix bug that caused overlooking local macro definitions
103
+
* Release 0.1.4 on 2013.09.07
104
+
* Fix compatibility issue for Clojure 1.3/1.4
99
105
* Release 0.1.2 on 2012.02.18
100
106
* Protect symbols bound by let and letfn against macroexpansion from an outer scope
101
107
* Release 0.1.1 on 2011.05.26
@@ -108,4 +114,4 @@ Change Log
108
114
Copyright and License
109
115
========================================
110
116
111
-
Copyright (c) 2011 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
117
+
Copyright (c) 2011-2022 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (https://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.
0 commit comments