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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [Unreleased]
8
8
### Added
9
9
* Added support for constructing a data representation of reader conditionals (#1125)
10
+
* Added support for a subset of qualified method syntax introduced in Clojure 1.12 (#1109)
10
11
11
12
### Fixed
12
13
* Fix a bug where `basilisp test` command fails due to an invalid `argparse` configuration (#1119)
@@ -18,7 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
19
### Added
19
20
* Added support for the `:param-tags` reader metadata syntax `^[tag ...]` from Clojure 1.12 (#1111)
20
21
* Add support for tagged literals (#1104)
21
-
* Added support for a subset of qualified method syntax introduced in Clojure 1.12 (#1109)
22
22
23
23
### Changed
24
24
* Types generated by `reify` may optionally be marked as `^:mutable` now to prevent `attrs.exceptions.FrozenInstanceError`s being thrown when mutating methods inherited from the supertype(s) are called (#1088)
0 commit comments