Update changelog with missing PRs

This commit is contained in:
Filip Tibell 2024-08-10 12:28:26 +02:00
parent b585234b08
commit 180d20ce4a
No known key found for this signature in database

View file

@ -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/), 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). 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 ## `0.8.6` - June 23rd, 2024
### Added ### Added