[Crate] Add serde feature to changelog and lib doc

This commit is contained in:
CosminPerRam 2023-03-13 17:02:51 +02:00
parent 84af4230f7
commit e023e13236
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Who knows what the future holds...
### Changes:
Crate:
- General optimizations thanks to [cargo clippy](https://github.com/rust-lang/rust-clippy) and [@cainthebest](https://github.com/cainthebest).
- Added feature `serde` which enables json serialization/deserialization for all types (by [@cainthebest](https://github.com/cainthebest)).
Protocols:
- GameSpy 1: Add key `admin` as a possible variable for `admin_name`.

View file

@ -16,6 +16,7 @@
//! Enabled by default: None
//!
//! `no_games` - disables the included games support.
//! `serde` - enables json serialization/deserialization for all types
pub mod errors;
#[cfg(not(feature = "no_games"))]