diff options
author | Haru <haru@dotalux.com> | 2018-07-07 20:02:16 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-07-07 20:02:16 +0200 |
commit | 8d028cbacdc4a424621c94a521c375baa234bdce (patch) | |
tree | 329d954ec754451a4f590922a260eeaedb7efbc3 /CHANGELOG.md | |
parent | f341c57df75c327736792c1b1e98dd68d7033ac9 (diff) | |
download | hercules-2018.07.01+1.tar.gz hercules-2018.07.01+1.tar.bz2 hercules-2018.07.01+1.tar.xz hercules-2018.07.01+1.zip |
Release v2018.07.01+1v2018.07.01+1
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a81eb039..ae0e840e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ 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.07.01+1] `Jul 1 2018` `PATCH 1` +### Fixed +- Fixed a regression that made it impossible to invite guild members. (#2124, issue #2122) + ## [v2018.07.01] `Jul 1 2018` ### Added - Added/updated packets and message tables for clients from 2018-05-30 to 2018-06-12. (#2064) @@ -325,6 +329,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.07.01+1]: https://github.com/HerculesWS/Hercules/compare/v2018.07.01...v2018.07.01+1 [v2018.07.01]: https://github.com/HerculesWS/Hercules/compare/v2018.06.03...v2018.07.01 [v2018.06.03]: https://github.com/HerculesWS/Hercules/compare/v2018.05.06...v2018.06.03 [v2018.05.06]: https://github.com/HerculesWS/Hercules/compare/v2018.04.08...v2018.05.06 |