mirror of
https://github.com/janet-lang/janet
synced 2025-05-23 09:44:12 +00:00
Update CHANGELOG.md
Indicate support for longstrings with non semantic newlines.
This commit is contained in:
parent
20e94adb61
commit
027f106a56
@ -2,7 +2,7 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 0.5.0 - ??
|
## 0.5.0 - ??
|
||||||
- Remove `*env*`, and `*doc-width*`.
|
- Remove `*env*` and `*doc-width*`.
|
||||||
- Add `fiber/getenv`, `fiber/setenv`, and `dyn`, and `setdyn`.
|
- Add `fiber/getenv`, `fiber/setenv`, and `dyn`, and `setdyn`.
|
||||||
- Add support for dynamic bindings (via the `dyn` and `setdyn` functions).
|
- Add support for dynamic bindings (via the `dyn` and `setdyn` functions).
|
||||||
- Change signatures of some functions like `eval` which no longer takes
|
- 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`.
|
- Make `pp` configurable with dynamic binding `:pretty-format`.
|
||||||
- Remove the `meta` function.
|
- Remove the `meta` function.
|
||||||
- Add `with-dyns` for blocks with dynamic bindings assigned.
|
- 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
|
## 0.4.1 - 2019-04-14
|
||||||
- Squash some bugs
|
- Squash some bugs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user