summaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-01-02 12:29:15 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-01-02 19:28:29 +0100
commit67bad1bf0357803b53d375c7d4377879087e5eca (patch)
treed5cca2946eb4baf20d3e103dc9a0d5d662bab56a /changelog.txt
parent44d2d1551cf78b854452f0e2d89c0fb53299079c (diff)
update changelog
Change-Id: I5a8982d729138110ea790b13844d488094656cd6 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/changelog.txt b/changelog.txt
index 3126036..e015b41 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,11 @@
-This is the changelog for jom 1.0.13, the parallel make tool.
+This is the changelog for jom 1.0.14, the parallel make tool.
+
+Changes since jom 1.0.13
+- Fix file name macro modifers for $** and $?. (QTCREATORBUG-6932)
+- Fix equal signs in semicolon command syntax. (QTCREATORBUG-7942)
+- Fix error line numbers for inline files. (QTCREATORBUG-8451)
+- Ignore macro assignments in inline files. (QTCREATORBUG-8452)
+- Yield error on unexpected !ENDIF directive.
Changes since jom 1.0.12
- Fix spurious "Can't start command" error.