From f3c5c5930e9d748f64dad539d0e8a130995b0afa Mon Sep 17 00:00:00 2001 From: Antonio Nuno Monteiro Date: Wed, 22 Feb 2023 21:27:03 -0800 Subject: [PATCH] add changelog entry --- Changes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes.md b/Changes.md index 824f41e28f..4f9314ccf4 100644 --- a/Changes.md +++ b/Changes.md @@ -29,6 +29,8 @@ Unreleased ([#482](https://github.com/melange-re/melange/pull/482)) - melange: fix codegen issue accessing a nested module path that is also `include`d ([#487](https://github.com/melange-re/melange/pull/487)) +- melange: preserve the correct command-line order for load path directories + ([#492](https://github.com/melange-re/melange/pull/492)) 0.3.2 2022-11-19 ---------------