summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2022-03-31 17:40:22 -0500
committerMatthew Martin <phy1729@gmail.com>2022-03-31 17:40:41 -0500
commit95749e9e652849215b5d09c5aaf8928056c41688 (patch)
tree3ad81b6793a7c606d2f2a9cebb645cb9490f4ec6 /ChangeLog
parent9e0303b044b37fc4bffd7ae4375bc6026d06f342 (diff)
downloadzsh-95749e9e652849215b5d09c5aaf8928056c41688.tar.gz
zsh-95749e9e652849215b5d09c5aaf8928056c41688.tar.xz
zsh-95749e9e652849215b5d09c5aaf8928056c41688.zip
49933: Add nonblock to sysopen
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e97c79f0..a4f74a581 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2022-03-31  Matthew Martin  <phy1729@gmail.com>
 
+	* 49933: Doc/Zsh/mod_system.yo, Src/Modules/system.c: Add
+	nonblock to sysopen.
+
 	* 49932: Completion/Zsh/Context/_brace_parameter: Update
 	_brace_parameter # description.