about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9d8e6332..a42d76487 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,15 @@
 
 2015-08-21  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 36268: Test/C04funcdef.ztst: test for 36265.
+
+	* 36265 plus FAQ: fix alias expansion after "function"
+	Names after the first were treated as command words so had
+	non-global aliases expanded. Add an FAQ note that use of the
+	function keyword works around other alias problems.  Also
+	fixes problem that "function { ... }" didn't work with
+	IGNORE_BRACES set.
+
 	* 36264: Src/glob.c: pathbuf is apparently metafied; document
 	this and unmetafy for system calls.