about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarlon Richert <marlonrichert@users.noreply.github.com>2021-09-17 16:05:53 +0300
committerOliver Kiddle <opk@zsh.org>2021-09-28 23:50:31 +0200
commit1e9013941e7a830827acf6cffcbd1c407358ecfe (patch)
treef2d5d93755077bcb4c47ada8f811276da0aefe18 /ChangeLog
parent16ad7cec1b80823d59aa8a4c79d9077073c60068 (diff)
downloadzsh-1e9013941e7a830827acf6cffcbd1c407358ecfe.tar.gz
zsh-1e9013941e7a830827acf6cffcbd1c407358ecfe.tar.xz
zsh-1e9013941e7a830827acf6cffcbd1c407358ecfe.zip
Add support for multi-project builds to _gradle
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1955e3351..5ae9f2fd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-09-28  Oliver Kiddle  <opk@zsh.org>
 
+	* Marlon Richert: 49423: Completion/Unix/Command/_gradle:
+	Add support for multi-project builds
+
 	* 49454: Completion/compdump: open dump file once only instead
 	of reopening it for appends