summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:22:18 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-24 20:22:28 +0200
commit29092e992b2631345b9fcef2bd02eec3d2bf18ce (patch)
tree568aaa8abe5bd086fc5572367fda58ea9b257343 /CHANGELOG.md
parente1d27b5c9e02b0201bcd2f485fdcd27ae64a726d (diff)
Fail early for incorrectly configured instances
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35641492c..8b73df6a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 11.0.2
+
+### Changed
+
+- Fail early when an incorrectly configured MySql/MariaDB instance is found to prevent update errors and data loss
+
## 11.0.1
### Fixed