diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-10-22 12:21:20 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-10-22 12:21:20 -0400 |
commit | 00624f157bdee3bd438bd7d9ecd4aed03815c23e (patch) | |
tree | d9be1daff93584d1b54d7547473e2f95ddb26bea /CHANGELOG.md | |
parent | daf1c49458079c645b8d45e8a4effa0260909fee (diff) | |
download | hercules-00624f157bdee3bd438bd7d9ecd4aed03815c23e.tar.gz hercules-00624f157bdee3bd438bd7d9ecd4aed03815c23e.tar.bz2 hercules-00624f157bdee3bd438bd7d9ecd4aed03815c23e.tar.xz hercules-00624f157bdee3bd438bd7d9ecd4aed03815c23e.zip |
release v2017.10.22-1
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 b18826d20..2b1745233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,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 --> +## [v2017.10.22-1] `October 22 2017` `PATCH 1` +### Fixed +- Fixed a wrong null pointer check in `logmes()`, which caused the command to never log and instead print debug information. + ## [v2017.10.22] `October 22 2017` ### Added - Added the script command `getmapinfo()`, which allows to obtain misc information about a map. (#1852) @@ -32,4 +36,5 @@ 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 +[v2017.10.22-1]: https://github.com/HerculesWS/Hercules/compare/v2017.10.22...v2017.10.22-1 [v2017.10.22]: https://github.com/HerculesWS/Hercules/compare/6b1fe2d...v2017.10.22 |