Skip to content

Commit cbb5154

Browse files
committed
Fix changelog
1 parent feb8160 commit cbb5154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
## [Unreleased]
88
### Added
99
* 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)
1011

1112
### Fixed
1213
* 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
1819
### Added
1920
* Added support for the `:param-tags` reader metadata syntax `^[tag ...]` from Clojure 1.12 (#1111)
2021
* Add support for tagged literals (#1104)
21-
* Added support for a subset of qualified method syntax introduced in Clojure 1.12 (#1109)
2222

2323
### Changed
2424
* 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

Comments
 (0)