summaryrefslogtreecommitdiffstats
path: root/dist/changes-5.0.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r--dist/changes-5.0.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0
index 76cdd0abcb..b9fc03066e 100644
--- a/dist/changes-5.0.0
+++ b/dist/changes-5.0.0
@@ -649,6 +649,9 @@ Qt for Windows CE
* Plugins *
****************************************************************************
- The text codecs that were previously plugins are now built into QtCore.
+- Code using Q_EXPORT_PLUGIN macros will no longer compile. Use
+ Q_PLUGIN_METADATA instead. Note that this requires that the class
+ be default-constructible.
****************************************************************************
* Important Behavior Changes *