From 2ad6d76fa01cab8501956bb3f7dbf160d8725020 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Thu, 22 Jun 2023 20:04:45 -0500 Subject: [PATCH] updated CHANGELOG --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 6c77eb3c..379b5b69 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,8 +7,14 @@ Additions: Removals: Changes: +- `onyx pkg` now stores synchronized packages in a different folder hierarchy. + - This is a transparent change so long as you use the `lib/packages.onyx` file. +- `Map` implementation no longer holds a default value. + - `.{}` is returned instead. Bugfixes: +- Fixed a bug that made relative imports not always relative to the current file. + - This may break some programs that were accidently using this "feature". Release v0.1.3 -- 2.25.1