docs(changelog): Package hash checks are now enforced when installing packages

This commit is contained in:
anatawa12 2026-04-30 10:00:48 +09:00 committed by GitHub
commit 56a2139df6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -53,6 +53,9 @@ The format is based on [Keep a Changelog].
- Repository list export now defaults to `repositories.txt`
### Security
- Package hash checks are now enforced when installing packages `#2849`
- It has been about two years since the error message for package hash mismatches was introduced.
- It is now enforced for security.
## [1.1.5] - 2025-11-16
- Fix package version selector dropdown exceeding window height [`#2589`](https://github.com/vrc-get/vrc-get/pull/2589)

View file

@ -31,6 +31,9 @@ The format is based on [Keep a Changelog].
- Unclear error message for invalid version name or version range `#2842`
### Security
- Package hash checks are now enforced when installing packages `#2849`
- It has been about two years since the error message for package hash mismatches was introduced.
- It is now enforced for security.
## [1.9.1] - 2025-07-28
### Changed