diff options
author | Haru <haru@dotalux.com> | 2019-02-04 23:13:44 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-02-04 23:13:44 +0100 |
commit | 545842eb1e7ec1d38b45a494fb8848d3b778f2ed (patch) | |
tree | 2a49144ea56e70b45777bf987b7b5bd404d9ff32 | |
parent | 23c4071640d98c3029a7ae8dd7debef2ddcd0814 (diff) | |
parent | 59f052f990945564d2fe4356817f1894d55b9719 (diff) | |
download | hercules-545842eb1e7ec1d38b45a494fb8848d3b778f2ed.tar.gz hercules-545842eb1e7ec1d38b45a494fb8848d3b778f2ed.tar.bz2 hercules-545842eb1e7ec1d38b45a494fb8848d3b778f2ed.tar.xz hercules-545842eb1e7ec1d38b45a494fb8848d3b778f2ed.zip |
Merge branch 'stable' into hercules
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be687911..73f64f0e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ 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 --> +## [v2018.12.16+1] `December 16 2018` `PATCH 1` + +### Fixed + +- Added a missing check in `run_script_main()`. (#2362) + ## [v2018.12.16] `December 16 2018` ### Added @@ -561,6 +567,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 +[v2018.12.16+1]: https://github.com/HerculesWS/Hercules/compare/v2018.12.16...v2018.12.16+1 [v2018.12.16]: https://github.com/HerculesWS/Hercules/compare/v2018.11.18+1...v2018.12.16 [v2018.11.18+1]: https://github.com/HerculesWS/Hercules/compare/v2018.11.18...v2018.11.18+1 [v2018.11.18]: https://github.com/HerculesWS/Hercules/compare/v2018.10.21...v2018.11.18 |