mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-18 09:35:50 +00:00
[Crate] Update CHANGELOG to add missing added changes.
This commit is contained in:
parent
66cc39eb26
commit
ea1360441c
1 changed files with 3 additions and 1 deletions
|
|
@ -18,12 +18,14 @@ Games:
|
|||
|
||||
Internal:
|
||||
- Buffer reader rewrite, resulting in more data checks and better code quality (thanks [@cainthebest](https://github.com/cainthebest)).
|
||||
- Better CI to never break accidentally MSRV again (thanks [@Douile](https://github.com/Douile)).
|
||||
|
||||
### Breaking...
|
||||
Protocols:
|
||||
- Quake 2: Renamed the players frags field to score to be more inline with the other protocols.
|
||||
- Quake 2: Renamed the players `frags` field to `score` to be more inline with the other protocols.
|
||||
|
||||
Crate:
|
||||
- `no_games` and `no_services` have been changed to `games` and `services`, this better represents that they are present by default (by [@Douile](https://github.com/Douile)).
|
||||
- Fixed crate's `rust-version`, it is now `1.60.0` (was `1.56.1`)
|
||||
|
||||
# 0.2.3 - 02/06/2023
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue