summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2020-08-26 10:31:16 +0300
committerKatja Marttila <katja.marttila@qt.io>2020-08-26 12:00:36 +0300
commitb3fd4129cd7f4f0569a1ac0e451e6b8ff4954e0f (patch)
tree98f020da09fca627f2cf78192b996e56dd05f540
parenteedb0ee312c092a623f5e55bcaf94788290161bb (diff)
Update Changelog
Change-Id: Iae052c020a86ebaae57a6278dc734c80505adbeb Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 4f167693d..e187eaa76 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,12 @@
4.0.0
+- Add support for vendor set image decoration (QTIFW-1900)
+- Add verbose levels (QTIFW-1914)
+- CLI: Ask user confirmation before performing installer actions (QTIFW-1834)
+- Add possibility to add custom widget from script to certain position (QTIFW-1847)
+- Add function to get information if default install is performed (QTIFW-1847)
+- Add possibility to select/deselect component from script using core (QTIFW-1847)
+- Add a page list widget to installer wizard (QTIFW-1755)
+- Add function to enable button click with objectname (QTIFW-1707)
- Add support for disabling CLI features from configuration file (QTIFW-1760)
- Fix interrupt() call from script
- CLI: Add option to read arbitrary user input (QTIFW-1631)