From d2e968249b370f3fc8e3d4ae2a09f401390c596c Mon Sep 17 00:00:00 2001 From: Maccesch Date: Tue, 13 Aug 2024 18:36:18 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cae4d0..fa0ca13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `use_locale` now uses `unic_langid::LanguageIdentifier` and proper locale matching (thanks to @mondeja). - `use_preferred_dark` and `use_color_mode` now try to read the `Sec-CH-Prefers-Color-Scheme` header in SSR. +### Fixes 🍕 + +- Fixed the codec chapter in the book to refer to crate `codee`. + ## [0.11.4] - 2024-08-12 ### New Features 🚀