summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-10-26 19:07:50 +0800
committerGitHub <noreply@github.com>2023-10-26 13:07:50 +0200
commit0e45b01b210bbf1bc535cc73fcb3fe649a343168 (patch)
tree54085effe0d7bba2050ea5fe28a174955e98487d /changelog.md
parentcef5e57eb59f0ef2633c298aa2c8a5b049b32d5c (diff)
downloadNim-0e45b01b210bbf1bc535cc73fcb3fe649a343168.tar.gz
deprecate htmlparser (#22870)
ref https://github.com/nim-lang/Nim/pull/22848
see also https://github.com/nim-lang/htmlparser
will build the documentation later when everything else is settled

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 58efde163..b094dd0eb 100644
--- a/changelog.md
+++ b/changelog.md
@@ -11,6 +11,7 @@
 
 - Changed `std/osfiles.copyFile` to allow to specify `bufferSize` instead of a hardcoded one.
 - Changed `std/osfiles.copyFile` to use `POSIX_FADV_SEQUENTIAL` hints for kernel-level aggressive sequential read-aheads.
+- `std/htmlparser` has been moved to a nimble package, use `nimble` or `atlas` to install it.
 
 [//]: # "Additions:"