diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-09-23 12:38:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 12:38:35 +0200 |
commit | b865c2a54b7d706b31b5eba29dfdbb16809aa400 (patch) | |
tree | 4b24f4dfce169559417a1e087358bb55dbbc61b6 /changelog.md | |
parent | 6e681b546f30111eb394245c3ca2207dd7914e59 (diff) | |
download | Nim-b865c2a54b7d706b31b5eba29dfdbb16809aa400.tar.gz |
improvements for httpcore (#12228)
* improvements for httpcore * further improvements, now stable API but needs extensions later on
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index bbcd6d970..e062403d0 100644 --- a/changelog.md +++ b/changelog.md @@ -83,7 +83,6 @@ type - concurrency/threadpool - coro - endians - - httpcore - parsesql - pathnorm - reservedmem |