diff options
author | Haru <haru@dotalux.com> | 2019-05-07 02:26:43 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-05-07 02:26:43 +0200 |
commit | 4f6bde369c117585a6c17640811b1ee62bf648ff (patch) | |
tree | 397f41b443bee96921f3ae09786665c0382f6c76 /CHANGELOG.md | |
parent | e7864e85280ba94accddce63e6880d58e12958ab (diff) | |
download | hercules-4f6bde369c117585a6c17640811b1ee62bf648ff.tar.gz hercules-4f6bde369c117585a6c17640811b1ee62bf648ff.tar.bz2 hercules-4f6bde369c117585a6c17640811b1ee62bf648ff.tar.xz hercules-4f6bde369c117585a6c17640811b1ee62bf648ff.zip |
Release v2019.05.05+1v2019.05.05+1
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f50287544..c6eaae260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ 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+1] `May 5 2019` `PATCH 1` + +### Fixed + +- Fixed an issue in the player name packet causing names not to be sent correctly. (#2460, issue #2459) +- Fixed a null pointer error on MVP drops. (#2461) + ## [v2019.05.05] `May 5 2019` ### Added @@ -741,6 +748,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+1]: https://github.com/HerculesWS/Hercules/compare/v2019.05.05...v2019.05.05+1 [v2019.05.05]: https://github.com/HerculesWS/Hercules/compare/v2019.04.07+1...v2019.05.05 [v2019.04.07+1]: https://github.com/HerculesWS/Hercules/compare/v2019.04.07...v2019.04.07+1 [v2019.04.07]: https://github.com/HerculesWS/Hercules/compare/v2019.03.10...v2019.04.07 |