mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
docs(changelog): Empty string for documentationUrl and changelogUrl are now allowed and ignored
This commit is contained in:
parent
8b61a0c806
commit
fa22fc3611
2 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ The format is based on [Keep a Changelog].
|
|||
- It is now unlikely that vrc-get will leave the project directory corrupted if an I/O error occurs while installing a package
|
||||
- Backslashes in path in zip file are now treated as path separator on unix `#2845`
|
||||
- This fixes problem with Gesture Manager 3.9.7
|
||||
- Empty string for `documentationUrl` and `changelogUrl` are now allowed and ignored `#2930`
|
||||
- They are formerly rejected as invalid url
|
||||
|
||||
### Deprecated
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,8 @@ The format is based on [Keep a Changelog].
|
|||
- Panic when resolving projects where dependency packages depend on newer versions of locked packages `#2822`
|
||||
- Warning for backup/project path in AppData folder not shown when path is in Roaming or LocalLow [`#2827`](https://github.com/vrc-get/vrc-get/pull/2827)
|
||||
- Unclear error message for invalid version name or version range `#2842`
|
||||
- Empty string for `documentationUrl` and `changelogUrl` are now allowed and ignored `#2930`
|
||||
- They are formerly rejected as invalid url
|
||||
|
||||
### Security
|
||||
- Package hash checks are now enforced when installing packages `#2849`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue