From be99dfe5c03a4715a05fd3cef4e6bea5bf747720 Mon Sep 17 00:00:00 2001 From: Shuheng Liu Date: Tue, 4 Feb 2025 14:37:07 -0500 Subject: [PATCH] doc: log that load will throw an error for nonexist. path in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8590d3..29a1171a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - #702 Preload now happens as part of the new `Initialize` lifecycle phase. `zpm " reload -only"` will no longer auto compile resources in `/preload` directory. +- #726 When running `zpm "load ..."` on a nonexistent path, it now returns an error instead of silently failing with a $$$OK status. ### Fixed - #474: When loading a .tgz/.tar.gz package, automatically locate the top-most module.xml in case there is nested directory structure (e.g., GitHub releases)