diff --git a/CHANGELOG.md b/CHANGELOG.md index 7077eea..32c30e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,23 +23,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.0.1] - 2023-02-07 ### Added -- Added file downloads progress -- Added pass-through arguments to `composer` command, all arguments beginning with `--composer-` will be passed to the - `composer` command, for example `--composer-dev` will be passed as `--dev` to the `composer` command + - Added file downloads progress + - Added pass-through arguments to `composer` command, all arguments beginning with `--composer-` will be passed to the + `composer` command, for example `--composer-dev` will be passed as `--dev` to the `composer` command ### Fixed - -- Bug fix where resources are not decoded correctly when installing packages [#31](https://git.n64.cc/nosial/ncc/-/issues/42) -- Fixed issue where dependency conflicts are thrown even when `--reinstall` is used -- Properly implemented `composer.enable_internal_composer` so that warnings regarding improper configuration values are not thrown -- Minor improvements to the CLI interface including fixing `--version` + - Bug fix where resources are not decoded correctly when installing packages [#31](https://git.n64.cc/nosial/ncc/-/issues/42) + - Fixed issue where dependency conflicts are thrown even when `--reinstall` is used + - Properly implemented `composer.enable_internal_composer` so that warnings regarding improper configuration values are not thrown + - Minor improvements to the CLI interface including fixing `--version` ### Changed - -- File downloads now cache the URL as a pointer to the file reducing the number of times the same file is downloaded + - File downloads now cache the URL as a pointer to the file reducing the number of times the same file is downloaded ## [1.0.0] - 2022-01-29 ### Added - -- Initial release of NCC \ No newline at end of file + - Initial release of NCC \ No newline at end of file