aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-2.2.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-2.2.1.md')
-rw-r--r--changelogs/changes-2.2.1.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/changes-2.2.1.md b/changelogs/changes-2.2.1.md
new file mode 100644
index 000000000..323da791a
--- /dev/null
+++ b/changelogs/changes-2.2.1.md
@@ -0,0 +1,12 @@
+# Language
+* Fixed JavaScript Date() constructor on Windows (QBS-1768).
+
+# C/C++ support
+* Worked around crash in cl.exe when retrieving built-in defines (QBS-1743).
+
+# CI
+* Fixed building release packages.
+
+# Contributors
+* Christian Kandeler
+* Ivan Komissarov