mirror of
https://github.com/vrc-get/vrc-get.git
synced 2026-06-21 09:58:08 +00:00
docs(changelog): Package hash checks are now enforced when installing packages
This commit is contained in:
parent
00a928e58e
commit
56a2139df6
2 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue