summaryrefslogtreecommitdiff
path: root/node_modules/tunnel/CHANGELOG.md
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/tunnel/CHANGELOG.md
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/tunnel/CHANGELOG.md')
-rw-r--r--node_modules/tunnel/CHANGELOG.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/node_modules/tunnel/CHANGELOG.md b/node_modules/tunnel/CHANGELOG.md
deleted file mode 100644
index baf6b18..0000000
--- a/node_modules/tunnel/CHANGELOG.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# Changelog
-
- - 0.0.6 (2018/09/11)
- - Fix `localAddress` not working (#25)
- - Fix `Host:` header for CONNECT method by @tmurakam (#29, #30)
- - Fix default port for https (#32)
- - Fix error handling when the proxy send illegal response body (#33)
-
- - 0.0.5 (2017/06/12)
- - Fix socket leak.
-
- - 0.0.4 (2016/01/23)
- - supported Node v0.12 or later.
-
- - 0.0.3 (2014/01/20)
- - fixed package.json
-
- - 0.0.1 (2012/02/18)
- - supported Node v0.6.x (0.6.11 or later).
-
- - 0.0.0 (2012/02/11)
- - first release.