summary refs log tree commit
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-12-24 07:26:38 +0000
committerEric Wong <e@80x24.org>2022-12-24 07:49:09 +0000
commit2734f39d84807dc7e84be46f7b966fb5461bf2d6 (patch)
tree208c8258f95323e6a7a3070b9641e99888ba364e
parentbc7f8d8a7fc73a15e98bfb86a231602fca255fda (diff)
downloadrack-misattribute.tar.gz
fix misattributed entries in CHANGELOG misattribute
Back in 2019, devmchakan was able to add my <e@80x24.org> email
address to their GH account since there was no confirmation
process.  I am not devmchakan and do not know who they are.

Obviously, I (Eric Wong) am infamous for being anti-GH and would
never put code on their gamified proprietary platform.

Despite my disdain for GH, I was able to open a ticket with
GH support (ticket #712018) in June 2020 and get my email
address removed from devmchakan's account.

I actually don't care to take credit for my work nor do I even
care if other people taking credit for my work.  However, my
name and email address are already on the commits in question;
and I am EXTREMELY against having anything I do associated with
a gamified proprietary platform.

The commits in question are:
64349662ac18 (webrick: remove concurrent-ruby dev dependency, 2017-12-29)
55500f93e6da (webrick: detect partial hijack without hash headers, 2016-05-12)
bcf2698bcc90 (Revert "Add 205 Reset Content to the list of statuses without a message body", 2016-12-14)
d6380043a895 (deflater: remove "deflate" encoding support, 2016-07-26)
-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