From 65e9eee2ee97b3163d82d15fd500af09d31daaba Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Thu, 19 Sep 2024 21:37:36 +0300 Subject: [PATCH] Add release note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2c48383..3255bc8 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,10 @@ To regenerate the generated code: ## Release Notes +### 0.8.35 + +* Implement changes for GB18030-2022. (Intentionally not treated as a semver break in practice even if this cound be argued to be a breaking change in theory.) + ### 0.8.34 * Use the `portable_simd` nightly feature of the standard library instead of the `packed_simd` crate. Only affects the `simd-accel` optional nightly feature.