docs(changelog): Empty string for documentationUrl and changelogUrl are now allowed and ignored

This commit is contained in:
anatawa12 2026-05-26 21:12:54 +09:00
commit fa22fc3611
No known key found for this signature in database
GPG key ID: BD2F16922830A7DC
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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`