1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-02 10:19:10 +00:00

Update changelog.

This commit is contained in:
Calvin Rose 2019-08-24 23:43:51 -04:00
parent 060d11e4c2
commit 29054e8072

View File

@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
## Unreleased ## Unreleased
- Add `buffer/format` and `string/format` format flags `Q` and `q` to print colored and - Add `buffer/format` and `string/format` format flags `Q` and `q` to print colored and
non-colored single-line values. non-colored single-line values, similar ti `P` and `p`.
- Change default repl to print long sequences on one line. - Change default repl to print long sequences on one line.
- Add `backmatch` pattern for PEGs. - Add `backmatch` pattern for PEGs.
- jpm detects if not in a Developer Command prompt on windows for a better error message. - jpm detects if not in a Developer Command prompt on windows for a better error message.