summaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-12-29 09:58:51 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2014-01-10 19:08:46 +0100
commitec14a51bff1d11382c5c879942fb335f177fdd44 (patch)
tree83e11d0fc56b0eec3516ad2a2bb454efb215cdcb /changelog.txt
parent39792d65f528389f5bdef86588d066c8e7b10fe3 (diff)
support globbing in dependency lines
Task-number: QTCREATORBUG-10439 Change-Id: I7d12a20441d9f5c6554e8832a14b0233a57da898 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index e015b41..0056215 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -6,6 +6,7 @@ Changes since jom 1.0.13
- Fix error line numbers for inline files. (QTCREATORBUG-8451)
- Ignore macro assignments in inline files. (QTCREATORBUG-8452)
- Yield error on unexpected !ENDIF directive.
+- Support wildcards in dependency lines. (QTCREATORBUG-10439)
Changes since jom 1.0.12
- Fix spurious "Can't start command" error.