docs: Fix typos in release notes.
This commit is contained in:
parent
7bf2923ad1
commit
b23587d721
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@ changelog: |
|
||||||
the filter expressions.
|
the filter expressions.
|
||||||
|
|
||||||
**Breaking Changes:**
|
**Breaking Changes:**
|
||||||
- The lisp interpreter will no only detect strings in double quotes (`"`).
|
- The lisp interpreter will now only detect strings in double quotes (`"`).
|
||||||
- The interpreter will also not allow specifying lists without quoting them.
|
- The interpreter will also not allow specifying lists without quoting them.
|
||||||
`(1 2 3)` ... used to work but will no longer, replace by either specifying
|
`(1 2 3)` ... used to work but will no longer, replace by either specifying
|
||||||
the list as `(list 1 2 3)` or (quote (1 2 3)).
|
the list as `(list 1 2 3)` or `(quote (1 2 3))`.
|
||||||
|
|
||||||
## v0.1.1.0
|
## v0.1.1.0
|
||||||
- Initial Alpha release.
|
- Initial Alpha release.
|
||||||
|
|
Loading…
Reference in a new issue