summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2018-11-12 10:32:15 +0100
committerOliver Kiddle <okiddle@yahoo.co.uk>2018-11-12 10:32:15 +0100
commit8d2622ecba2d3b967e29d25cddaa66f08838aaaa (patch)
tree8caa2d5475cadc6ec5d552f81c2e37a5dc0ce836 /ChangeLog
parentd50e204b0c4c10164a711bf640500e46987de9c3 (diff)
downloadzsh-8d2622ecba2d3b967e29d25cddaa66f08838aaaa.tar.gz
zsh-8d2622ecba2d3b967e29d25cddaa66f08838aaaa.tar.xz
zsh-8d2622ecba2d3b967e29d25cddaa66f08838aaaa.zip
43812: allow repeats of gcc's -Wsuggest-attribute option
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f915182f1..885c69ac2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-11-12  Oliver Kiddle  <okiddle@yahoo.co.uk>
+
+	* 43812: Completion/Unix/Command/_gcc: allow repeats of
+	the -Wsuggest-attribute option
+
 2018-11-09  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 43790: Kamil: Src/utils.c: failed mailstat could leak memory.