summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
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`.