Skip to content

Commit

Permalink
Update the Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Oct 26, 2018
1 parent 0640785 commit 148883c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
be used in values of `TextElements` and `StringLiterals`. This means all
characters in the U+10000 to U+10FFFF range. 🎉

- Treat backslash (`\`) as a regular character in `TextElements`. (#123)

Backslash does no longer have special escaping powers when used in
`TextElements`. It's still recognized as special in `StringLiterals`,
however. `StringLiterals` can be used to insert all special-purpose
characters in text. For instance, `{"{"}` will insert the literal opening
curly brace (`{`), `{"\u00A0"}` will insert the non-breaking space, and
`{" "}` can be used to make a translation start or end with whitespace,
which would otherwise by trimmed by `Pattern.`

## 0.7.0 (October 15, 2018)

- Relax the indentation requirement. (#87)
Expand Down

0 comments on commit 148883c

Please sign in to comment.