diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-01-13 14:52:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 14:52:59 -0800 |
commit | fee5fbc722295a49aad4980a915ff2d41c1fa701 (patch) | |
tree | 984f34ce88dd7365ad2478d1eafb1a7b84b630a3 /changelog.md | |
parent | 165d39738def9264156da9309e1d4c524fe499c8 (diff) | |
download | Nim-fee5fbc722295a49aad4980a915ff2d41c1fa701.tar.gz |
fix #16703; revert most of #16480; add tests/stdlib/tmimetypes.nim (#16711)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md index 8bdbc7416..9078895c9 100644 --- a/changelog.md +++ b/changelog.md @@ -84,9 +84,6 @@ - Added `httpcore.is1xx` and missing HTTP codes. - Added `jsconsole.jsAssert` for JavaScript target. -- Added `mimetypes.mimesExtMaxLen` thats equal to the length of the longest "ext" from `mimes`. -- Added `mimetypes.mimesMaxLen` thats equal to the length of the longest "mime" from `mimes`. - - Added `posix_utils.osReleaseFile` to get system identification from `os-release` file on Linux and the BSDs. https://www.freedesktop.org/software/systemd/man/os-release.html |