Skip to content

Commit 2356656

Browse files
committed
Update the Changelog
1 parent 5ea35db commit 2356656

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

spec/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@
1414
consistent with how `Identifiers` of variables don't include the `$`
1515
sigil either.
1616

17+
- Treat backslash (`\`) as a regular character in `TextElements`. (#123)
18+
19+
Backslash does no longer have special escaping powers when used in
20+
`TextElements`. It's still recognized as special in `StringLiterals`,
21+
however. `StringLiterals` can be used to insert all special-purpose
22+
characters in text. For instance, `{"{"}` will insert the literal opening
23+
curly brace (`{`), `{"\u00A0"}` will insert the non-breaking space, and
24+
`{" "}` can be used to make a translation start or end with whitespace,
25+
which would otherwise by trimmed by `Pattern.`
26+
1727
## 0.7.0 (October 15, 2018)
1828

1929
- Relax the indentation requirement. (#87)

0 commit comments

Comments
 (0)