Skip to content

Commit

Permalink
Move CHANGELOG.md bullet from Fixed to Changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed May 20, 2021
1 parent 50d21dd commit 2092a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ 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

* Fix race when sending requests to the client (PR #245).
* 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
Expand Down

0 comments on commit 2092a0f

Please sign in to comment.