From 2092a0f0ca10af2925760dd327db8af09d09ce19 Mon Sep 17 00:00:00 2001 From: Eyal Kalderon Date: Thu, 20 May 2021 17:24:24 -0400 Subject: [PATCH] Move CHANGELOG.md bullet from Fixed to Changed --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 764002c2..2f7fcda4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Update `bytes` from `0.5` to `1.0.1` (PR #264). * Update `dashmap` from `3.5.1` to `4.0.2` (PR #264). * Update `nom` from `5.1` to `6.1.2` (PR #264). +* Eliminate looping, message reparsing in codec using SIMD accelerated + `take_until` combinator (PR #274). ## Fixed @@ -43,8 +45,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Permit `window/showMessageRequest` while server is uninitialized (PR #288). * Fix client request futures hanging by fixing `serde` overlap (PR #269). * Correctly handle incoming zero-length messages (PR #271). -* Eliminate looping, message reparsing in codec using SIMD accelerated - `take_until` combinator (PR #274). * Clean up documentation, fix broken intra-doc and external doc links. ## [0.13.3] - 2020-09-19