about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-03-07 17:07:06 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-03-07 21:58:13 +0000
commitf87b73e677739970c61eab55d4a3276beba1bd43 (patch)
tree452a62974d359972dd048a2e41c52738f3ef9f2f /ChangeLog
parent6a2a8acf09bc39795f18cc60e90a0d4427d36edd (diff)
downloadzsh-f87b73e677739970c61eab55d4a3276beba1bd43.tar.gz
zsh-f87b73e677739970c61eab55d4a3276beba1bd43.tar.xz
zsh-f87b73e677739970c61eab55d4a3276beba1bd43.zip
48147/0002: zmathfunc: Fix bug where the exit code would be non-zero if the expression evaluted to zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d77fb2df5..022e38994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-03-07  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 48147/0002: Functions/Math/zmathfunc, Test/Z02zmathfunc.ztst:
+	zmathfunc: Fix bug where the exit code would be non-zero if
+	the expression evaluted to zero.
+
 	* 48147/0001: Test/Z02zmathfunc.ztst: tests: Add a unit test for
 	zmathfunc and a regression test for workers/48146 affecting it.