From 1a3d7ee2496dd405ec9cd79db707ff1abed6ff51 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Wed, 28 Aug 2024 23:10:17 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d5dc94..6712d8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Sort artifacts by known format ([#76]) +- Changed tool downloading to prefer compressed artifacts over uncompressed ones for quicker downloads ([#76]) +### Fixed + +- Fixed Rokit not being recognized as in PATH for `system-info` and `self-install` commands, unnecessarily prompting the user to restart ([#74]) +- Fixed tools such as `lefthook`, with compatible and incompatible artifacts within the same release, not installing correctly ([#76]) + +[#74]: https://github.com/rojo-rbx/rokit/pull/74 [#76]: https://github.com/rojo-rbx/rokit/pull/76 ## `0.2.5` - August 28th, 2024