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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
### Changed
10
10
*`alter-var-root` now returns the new value to align with Clojure behavior. Updated the docstring to highlight side effects of direct linking optimization (#1166)
11
11
12
+
### Fixed
13
+
* Fix a regression introduced in #1161 which prevented passing namespace metadata on the name in the `ns` macro (#1173)
14
+
12
15
## [v0.3.4]
13
16
### Added
14
17
* Added support for the optional `attr-map?` on the `ns` macro (#1159)
0 commit comments