diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d013af..873009b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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