summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-11-18 21:10:29 +0100
committerHaru <haru@dotalux.com>2019-11-18 21:10:29 +0100
commit75ae0182f850e213d50832c979312aa560152628 (patch)
treefa100f9e0fa22a6b5e8b5a728413d2601a1d29b6 /CHANGELOG.md
parent5e61cd4f23492fded25d48a4d6609603d916c5e5 (diff)
downloadhercules-75ae0182f850e213d50832c979312aa560152628.tar.gz
hercules-75ae0182f850e213d50832c979312aa560152628.tar.bz2
hercules-75ae0182f850e213d50832c979312aa560152628.tar.xz
hercules-75ae0182f850e213d50832c979312aa560152628.zip
Release v2019.11.17+1
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfb151d75..29dfe716e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,16 @@ and this project does not adhere to [Semantic Versioning](http://semver.org/spec
If you are reading this in a text editor, simply ignore this section
-->
+### [v2019.11.17+1] `November 17 2019` `PATCH 1`
+
+### Added
+
+- Added an SQL linter. The `./tools/checksql.sh` script can be used to automatically validate the syntax of every file in the `sql-files` folder (note: dependencies might need to be installed through composer). The script is also executed in the Travis builds. (#2582)
+
+### Fixed
+
+- Fixed a syntax error in the `2019-10-12--14-21.sql` migration file. (part of #2582)
+
### [v2019.11.17] `November 17 2019`
### Added
@@ -1014,6 +1024,7 @@ If you are reading this in a text editor, simply ignore this section
- New versioning scheme and project changelogs/release notes (#1853)
[Unreleased]: https://github.com/HerculesWS/Hercules/compare/stable...master
+[v2019.11.17+1]: https://github.com/HerculesWS/Hercules/compare/v2019.11.17...v2019.11.17+1
[v2019.11.17]: https://github.com/HerculesWS/Hercules/compare/v2019.10.20...v2019.11.17
[v2019.10.20]: https://github.com/HerculesWS/Hercules/compare/v2019.09.22...v2019.10.20
[v2019.09.22]: https://github.com/HerculesWS/Hercules/compare/v2019.08.25...v2019.09.22