Made CHANGELOG.md look a little more pretty
This commit is contained in:
parent
b56a0c3131
commit
1873b9c1db
1 changed files with 9 additions and 12 deletions
|
@ -28,18 +28,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
`composer` command, for example `--composer-dev` will be passed as `--dev` to the `composer` command
|
`composer` command, for example `--composer-dev` will be passed as `--dev` to the `composer` command
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Bug fix where resources are not decoded correctly when installing packages [#31](https://git.n64.cc/nosial/ncc/-/issues/42)
|
- 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
|
- 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
|
- 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`
|
- Minor improvements to the CLI interface including fixing `--version`
|
||||||
|
|
||||||
### Changed
|
### 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
|
## [1.0.0] - 2022-01-29
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial release of NCC
|
- Initial release of NCC
|
Loading…
Add table
Reference in a new issue