summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-02-07 10:34:56 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2023-02-07 14:51:59 +0000
commitba95b9d0f3c1b0df741d7c836c126df9135fcd60 (patch)
tree75df1c1976f4aa327ada9d5926619ded4279e010
parent087c22e17721f37490dd2048a567b6a58065d939 (diff)
downloadqbs-ba95b9d0f3c1b0df741d7c836c126df9135fcd60.tar.gz
Add change log for 2.0.0
Change-Id: If93dc493a982247ed20c93df90ffebbc05bb64d5 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rw-r--r--changelogs/changes-2.0.0.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/changelogs/changes-2.0.0.md b/changelogs/changes-2.0.0.md
new file mode 100644
index 000000000..52bfada7c
--- /dev/null
+++ b/changelogs/changes-2.0.0.md
@@ -0,0 +1,16 @@
+# General
+* Switched JavaScript engine from QtScript to QuickJS
+* Removed the long-deprecated loadFile() and loadExtension() functions
+* Removed the qmake project files
+
+# BareMetal support
+* Added support for HPPA architectures
+
+# Infrastructure
+* Added USBSAN CI job
+
+# Contributors
+* Christian Kandeler
+* Ivan Komissarov
+* Orgad Shaneh
+* Pino Toscano