From d05ec68d059a5de9330456b0df45ca027589c278 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 14 Jun 2024 01:10:49 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8426b..9dedb82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed `tarmac` not installing correctly on non-arm systems due to its name containing `arm` +- Fixed `tarmac` not installing correctly on non-arm systems due to its name containing `arm` ([#26]) +- Fixed OS permission errors during `rokit install` for tools that are currently running ([#27]) + +[#26]: https://github.com/filiptibell/rokit/pull/26 +[#27]: https://github.com/filiptibell/rokit/pull/27 ## `0.1.1` - June 9th, 2024