diff options
author | Bung <535670947@qq.com> | 2020-04-23 01:46:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 19:46:55 +0200 |
commit | e1cc0219de5a51adb68479aa8923e7151003d95d (patch) | |
tree | 0d29ce22169e4116d71b66c386aeb4b556e22046 /changelogs/changelog_1_2_0.md | |
parent | 6c0c8825094453af6f189bda9a7cd2f9551693a6 (diff) | |
download | Nim-e1cc0219de5a51adb68479aa8923e7151003d95d.tar.gz |
fix #14064 xmltree should allow create text node with raw text(non-es… (#14070)
* fix #14064 xmltree should allow create text node with raw text(non-escaped) eg. html style element's text * change xnRawText to VerbatimText,newRawText to newVerbatimText ,add since anotation * change changelog_1_2_0.md latest date * move change log Co-authored-by: bung87 <crc32@qq.com>
Diffstat (limited to 'changelogs/changelog_1_2_0.md')
-rw-r--r-- | changelogs/changelog_1_2_0.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/changelogs/changelog_1_2_0.md b/changelogs/changelog_1_2_0.md index 54ead0087..1f76df0b4 100644 --- a/changelogs/changelog_1_2_0.md +++ b/changelogs/changelog_1_2_0.md @@ -2,7 +2,6 @@ ## Standard library additions and changes - - Added overloaded `strformat.fmt` macro that use specified characters as delimiter instead of '{' and '}'. - Added new procs in `tables.nim`: `OrderedTable.pop`, `CountTable.del`, |