Skip to content

Commit

Permalink
doc: log that load will throw an error for nonexist. path in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-shuliu committed Feb 4, 2025
1 parent 1be1c1c commit be99dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<module> 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)
Expand Down

0 comments on commit be99dfe

Please sign in to comment.