aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-01-20 15:59:55 +0000
committerSergio Martins <smartins@kde.org>2019-01-20 15:59:55 +0000
commitc952fb6bb9fe553f5a1e806fa4d331ef2f10e846 (patch)
tree732cf02a162b02ded337c101678cd8f57ca7d5d8
parent27ddecbf2c682499ea0afbac76fec9b8a6a77e77 (diff)
Remove 1.4.1 from Changelog
Let's keep it simple and just release 1.5 now
-rw-r--r--Changelog8
1 files changed, 3 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index fa5fc696..27ae513a 100644
--- a/Changelog
+++ b/Changelog
@@ -90,11 +90,7 @@
- connect-3arg-lambda now warns when passing a lambda to QTimer::singleShot() or QMenu::addAction() without a context object
- old-style-connect warns for QMenu::addAction() and QMessageBox::open() too now
-* v1.4.1 (probably never)
- - fully-qualified-moc-types now warns for slot/invokable return values too. They need to be fully qualified for QML.
- - Fixed a crash (clang assert) in raw-environment-function
-
-* v1.5 (, 2019)
+* v1.5 (January, 2019)
- New Checks:
ifndef-define-typo
lowercase-qml-type-name
@@ -106,3 +102,5 @@
Introduced CLAZY_FIXIT_SUFFIX env variable
- Removed support for the obscure -DCLAZY_BUILD_UTILS_LIB to simplify the CMakeLists.txt
- Renamed the clazy plugin from ClangLazy.so to ClazyPlugin.so
+ - fully-qualified-moc-types now warns for slot/invokable return values too. They need to be fully qualified for QML.
+ - Fixed a crash (clang assert) in raw-environment-function