diff options
author | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-22 23:24:37 +0200 |
---|---|---|
committer | Ibrahim Zidan <brahem@aotsw.com> | 2019-05-22 23:24:37 +0200 |
commit | 2fb175dcee88aa8d1e37380899992147fcd36604 (patch) | |
tree | 420bf3b8a08af5f2009c5defd689da2d513fea8a | |
parent | 1ec85a8305b633f619b60818aca6f580547848bd (diff) | |
download | hercules-2fb175dcee88aa8d1e37380899992147fcd36604.tar.gz hercules-2fb175dcee88aa8d1e37380899992147fcd36604.tar.bz2 hercules-2fb175dcee88aa8d1e37380899992147fcd36604.tar.xz hercules-2fb175dcee88aa8d1e37380899992147fcd36604.zip |
Release v2019.05.05+4v2019.05.05+4
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fccc2e5b1..00251f987 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 --> +## [v2019.05.05+4] `May 5 2019` `PATCH 4` + +### Fixed + +- Fixed a reading error in refine database caused refine chances to be incorrectly read. (#2481) + ## [v2019.05.05+3] `May 5 2019` `PATCH 3` ### Fixed @@ -762,6 +768,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.05.05+4]: https://github.com/HerculesWS/Hercules/compare/v2019.05.05+3...v2019.05.05+4 [v2019.05.05+3]: https://github.com/HerculesWS/Hercules/compare/v2019.05.05+2...v2019.05.05+3 [v2019.05.05+2]: https://github.com/HerculesWS/Hercules/compare/v2019.05.05+1...v2019.05.05+2 [v2019.05.05+1]: https://github.com/HerculesWS/Hercules/compare/v2019.05.05...v2019.05.05+1 |