diff options
author | flywind <xzsflywind@gmail.com> | 2021-03-12 20:33:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 13:33:47 +0100 |
commit | a0b8a3d920e7d869523b1182e846ae333fcb8844 (patch) | |
tree | 45f5e43f6fce4e8c62352938a13d5949fd15799a /changelog.md | |
parent | 2e730f1452254ae7c86d89b167f0fe9e002f57b4 (diff) | |
download | Nim-a0b8a3d920e7d869523b1182e846ae333fcb8844.tar.gz |
New channels implementation for ORC (#17305)
* Update lib/std/channels.nim * Rename tchannel_pthread.nim to tchannels_pthread.nim * Rename tchannel_simple.nim to tchannels_simple.nim Co-authored-by: Mamy Ratsimbazafy <mamy_github@numforge.co>
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 5c2756ea6..8e354134a 100644 --- a/changelog.md +++ b/changelog.md @@ -223,6 +223,9 @@ - Added `jscore.debugger` to [call any available debugging functionality, such as breakpoints.](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger). + +- Added `std/channels`. + - Added `htmlgen.portal` for [making "SPA style" pages using HTML only](https://web.dev/hands-on-portals). - Added `ZZZ` and `ZZZZ` patterns to `times.nim` `DateTime` parsing, to match time @@ -230,7 +233,6 @@ - ## Language changes - `nimscript` now handles `except Exception as e`. |