Skip to content

Commit db86bbe

Browse files
committed
Updated changelog.
1 parent 790223b commit db86bbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ LuaWebGen
44
v1.5 (2021-07-08)
55
- Added new Markdown parser (for GitHub Flavored Markdown). Markdown can now contain tables and some other new things.
66
- Added data parser for plain text files (*.txt). (The string contents are just returned as-is.)
7-
- Added functions: xml.decodeEntities()
8-
- Added settings: xml.htmlAllowNoAttributeValue, xml.htmlScrambleEmailAddresses
7+
- 'markdown' is now a module instead of a function.
98
- 'toml' and 'json' are now aliases for their .parse() functions.
9+
- XML module: Added functions: xml.decodeEntities()
10+
- XML module: Added settings: xml.htmlAllowNoAttributeValue, xml.htmlScrambleEmailAddresses
1011

1112
v1.4 (2021-06-01)
1213
- Added syntax for heredoc strings.

0 commit comments

Comments
 (0)