diff --git a/CHANGELOG.md b/CHANGELOG.md index cd5dcf3c..94f2386c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Added rudimentary support for `clojure.stacktrace` with `print-cause-trace` (part of #721) * Added support for `bytes` literals using a `#b` prefix (#732) +### Changed + * Basilisp now supports PyTest 7.0+ (#660) + ### Fixed * Fix issue with `case` evaluating all of its clauses expressions (#699) * Fix issue with relative paths dropping their first character on MS-Windows (#703)