1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Update CHANGELOG.md

This commit is contained in:
Eric Wolf 2020-11-02 13:43:33 +01:00 committed by Nicolas Mattia
parent 497807b317
commit c3159e7c9e

View File

@ -4,6 +4,9 @@
## Changed
* `GITHUB_PATH` was renamed to `NIV_GITHUB_PATH` https://github.com/nmattia/niv/issues/280
* `GITHUB_INSECURE` was renamed to `NIV_GITHUB_INSECURE` https://github.com/nmattia/niv/issues/280
* If `-T` is provided on the command line for `niv add` it will be respected and no guessing from the url is done.
* `type` attribute is now respected.
* If an url template is updated, `type` needs to be adjusted manuall as it is not guessed from the new url template.
## [0.2.17] 2020-09-08
## Added