Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 committed Dec 29, 2023
1 parent 3bf3fb9 commit 129dcbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
* Added support for passing through `:tag` metadata to the generated Python AST (#354)

### Changed
* Optimize calls to Python's `operator` module into their corresponding native operators (#754)
Expand Down Expand Up @@ -58,7 +60,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Added support for rewriting required namespaces starting with `clojure.` as `basilisp.` if the original name isn't found on the import path (#670, #676)
* Added support for inlining simple functions (#673)
* Added the `clojure.core` functions from v1.11 (#672)
* Added support for passing through `:tag` metadata to the generated Python AST (#???)

### Changed
* Set tighter bounds on dependency version ranges (#657)
Expand Down

0 comments on commit 129dcbb

Please sign in to comment.