1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 09:17:17 +00:00

Update CHANGELOG.md

This commit is contained in:
Calvin Rose 2020-04-05 07:12:00 -05:00
parent 87ecdb8112
commit 095827a261

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## Unreleased - ???
- Support UTF-8 escapes in strings via `\uXXXX` or `\UXXXXXXXX`.
- Support UTF-8 escapes in strings via `\uXXXX` or `\UXXXXXX`.
- Add `math/erf`
- Add `math/erfc`
- Add `math/log1p`