aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-1.20.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelogs/changes-1.20.1.md')
-rw-r--r--changelogs/changes-1.20.1.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelogs/changes-1.20.1.md b/changelogs/changes-1.20.1.md
new file mode 100644
index 000000000..a33ed044b
--- /dev/null
+++ b/changelogs/changes-1.20.1.md
@@ -0,0 +1,12 @@
+# General
+
+* Fixed target linker flags on FreeBSD (QBS-1312).
+* Fixed file time precision on FreeBSD.
+* Added additional logging to the Qt module provider when no qmakes were found.
+* Some fixes to CMake build.
+* Fixed incorrect usage of the qmlcachegen binary (QBS-1676).
+
+# Android Support
+
+* Added stripping for release builds.
+* Fix generation of aab packages.