From a0b8a3d920e7d869523b1182e846ae333fcb8844 Mon Sep 17 00:00:00 2001 From: flywind Date: Fri, 12 Mar 2021 20:33:47 +0800 Subject: 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 --- changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'changelog.md') 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`. -- cgit 1.4.1-2-gfad0 or)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
blob: 45b11fc22872ff15216bb3d03322db8d87f6a51d (plain) (tree)