2.0.0-draft.6
Pre-release
Pre-release
What's Changed
- Multiline strings, both Raw and Quoted, must now use
"""
instead of a single"
. Using"""
for a single-line string is a syntax error. - Fixed an issue with the
unicode_silly
test case. - Some rewordings and clarification in the spec prose.
- Slight grammar tweak where the pre-terminator
node-space*
fornode
andfinal-node
have been moved intobase-node
.
New Contributors
- @mikavilpas made their first contribution in #369
- @segiddins made their first contribution in #405
- @Alch-Emi made their first contribution in #410
Full Changelog: 2.0.0-draft.5...2.0.0-draft.6