summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-03-12 20:33:47 +0800
committerGitHub <noreply@github.com>2021-03-12 13:33:47 +0100
commita0b8a3d920e7d869523b1182e846ae333fcb8844 (patch)
tree45f5e43f6fce4e8c62352938a13d5949fd15799a /changelog.md
parent2e730f1452254ae7c86d89b167f0fe9e002f57b4 (diff)
downloadNim-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.md4
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`.