Update CHANGELOG.md

Indicate support for longstrings with non semantic newlines.
This commit is contained in:
Calvin Rose 2019-04-21 15:45:55 -04:00
parent 20e94adb61
commit 027f106a56
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## 0.5.0 - ??
- Remove `*env*`, and `*doc-width*`.
- Remove `*env*` and `*doc-width*`.
- Add `fiber/getenv`, `fiber/setenv`, and `dyn`, and `setdyn`.
- Add support for dynamic bindings (via the `dyn` and `setdyn` functions).
- Change signatures of some functions like `eval` which no longer takes
@ -11,6 +11,8 @@ All notable changes to this project will be documented in this file.
- Make `pp` configurable with dynamic binding `:pretty-format`.
- Remove the `meta` function.
- Add `with-dyns` for blocks with dynamic bindings assigned.
- Allow leading and trailing newlines in backtick-delimited string (long strings).
These newlines will not be included in the actual string value.
## 0.4.1 - 2019-04-14
- Squash some bugs