From fbc48755b0b75eb8163b698f73e16184ec8c9a4d Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 20 Feb 2023 10:44:43 +0100 Subject: [PATCH] Introducing a changelog (filled with 2023 changes) --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5fade96 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). + +This project does not follow semantic versioning. +The **major** part of the version is the year +The **minor** part changes is the month +The **patch** part changes is incremented if multiple releases happen the same month + +## [Unreleased] + +### Added + +* web : Display web-add.sh version + +### Changed + +### Fixed + +* web-add.sh : Deleting mysql user with DROP USER to stay compatible with MariaDB 10.5+ - #78 +* web-add.sh : Correcting deletion order to avoid dependency issues - #76 + +### Removed + +### Security + +