summary refs log tree commit
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ed7442d..fbcd079c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -262,7 +262,7 @@ All notable changes to this project will be documented in this file. For info on
 - Improve performance of `Multipart::Parser` when uploading large files. ([@tompng](https://github.com/tompng))
 - Increase buffer size in `Multipart::Parser` for better performance. ([@jkowens](https://github.com/jkowens))
 - Reduce memory usage of `Multipart::Parser` when uploading large files. ([@tompng](https://github.com/tompng))
-- Replace ConcurrentRuby dependency with native `Queue`. ([@devmchakan](https://github.com/devmchakan))
+- Replace ConcurrentRuby dependency with native `Queue`.
 
 ### Fixed
 
@@ -292,9 +292,9 @@ All notable changes to this project will be documented in this file. For info on
 ### Changed
 
 - Freeze default session options to avoid accidental mutation. ([@kirs](https://github.com/kirs))
-- Detect partial hijack without hash headers. ([@devmchakan](https://github.com/devmchakan))
+- Detect partial hijack without hash headers.
 - Update tests to use MiniTest 6 matchers. ([@tonytonyjan](https://github.com/tonytonyjan))
-- Allow 205 Reset Content responses to set a Content-Length, as RFC 7231 proposes setting this to 0. ([@devmchakan](https://github.com/devmchakan))
+- Allow 205 Reset Content responses to set a Content-Length, as RFC 7231 proposes setting this to 0.
 
 ### Fixed
 
@@ -307,7 +307,7 @@ All notable changes to this project will be documented in this file. For info on
 
 ### Removed
 
-- Remove `deflate` encoding support to reduce caching overhead. ([@devmchakan](https://github.com/devmchakan))
+- Remove `deflate` encoding support to reduce caching overhead.
 
 ### Documentation