summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2021-01-02 04:10:38 -0300
committerGitHub <noreply@github.com>2021-01-02 08:10:38 +0100
commit1d2e2b5a5b70cc20c79fc3d02a8f3e220b00b3a3 (patch)
treec87a883fcfc5cb7ab94083e680875b886b525a23 /changelog.md
parent73a8b950cb6abf36a0d29c210bb7db302ae68325 (diff)
downloadNim-1d2e2b5a5b70cc20c79fc3d02a8f3e220b00b3a3.tar.gz
Add mimetypes.mimesLongest (#16480)
* Allow single alloc mimetypes ops

* Allow single alloc mimetypes ops

* Update lib/pure/mimetypes.nim

Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com>

* https://github.com/nim-lang/Nim/pull/16480#issuecomment-752630190

* https://github.com/nim-lang/Nim/pull/16480#issuecomment-752630190

* https://github.com/nim-lang/Nim/pull/16480#issuecomment-753349661

* update changelog

Co-authored-by: flywind <43030857+xflywind@users.noreply.github.com>
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index c6a1d17d9..b10b9607a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -81,6 +81,9 @@
 - 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`.
+
 
 ## Language changes