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.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index eec754a89..01eff1cd7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -63,6 +63,9 @@
 
 - Added `math.isNaN`.
 
+- `echo` and `debugEcho` will now raise `IOError` if writing to stdout fails.  Previous behavior
+  silently ignored errors.  See #16366.  Use `-d:nimLegacyEchoNoRaise` for previous behavior.
+
 ## Language changes
 
 - `nimscript` now handles `except Exception as e`.
or/tv2_cast.nim?h=devel&id=a68c5662f2e3fa732a330ff373cf224495472372'>^
499fa3f3d ^






2f56dd6b2 ^

ce7f29e8e ^
2f56dd6b2 ^


f4c9eb177 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23