diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aedd71..ec2a54d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,21 @@ All notable changes to this project will be documented in this file. 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 a compression level option to `serde.compress` ([#224]) +- Added missing vector methods to the `roblox` library ([#228]) + +### Fixed + +- Fixed `fs.readDir` with trailing forward-slash on Windows ([#220]) + +[#220]: https://github.com/lune-org/lune/pull/220 +[#224]: https://github.com/lune-org/lune/pull/224 +[#228]: https://github.com/lune-org/lune/pull/228 + ## `0.8.6` - June 23rd, 2024 ### Added