From 180d20ce4a37022efe205ea11fd8983d0fef4632 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 10 Aug 2024 12:28:26 +0200 Subject: [PATCH] Update changelog with missing PRs --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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