diff options
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dbf83f231..a66decd1a 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 --> +## [v2020.03.08] `March 08 2020` `PATCH 1` + +### Fixed + +- Fixed an incorrect return value in `unit->walktobl()` causing mobs to be unable to walk to their target. (#2659) + ## [v2020.03.08] `March 08 2020` ### Added @@ -60,8 +66,6 @@ If you are reading this in a text editor, simply ignore this section - Fixed the handling of skill requirements and conditions by the `itemskill()` command. (#2648, issue #2646) - Added missing requirements to `CASH_INCAGI` and `RK_CRUSHSTRIKE`. (part of #2648) -### Deprecated - ### Removed - Removed the `ISF_IGNORECONDITIONS` flag previously used by `itemskill()`, now the default behavior. (#2648) @@ -1253,7 +1257,8 @@ 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 -[v2020.02.09]: https://github.com/HerculesWS/Hercules/compare/v2020.02.09...v2020.03.08 +[v2020.03.08+1]: https://github.com/HerculesWS/Hercules/compare/v2020.03.08...v2020.03.08+1 +[v2020.03.08]: https://github.com/HerculesWS/Hercules/compare/v2020.02.09...v2020.03.08 [v2020.02.09]: https://github.com/HerculesWS/Hercules/compare/v2020.01.12...v2020.02.09 [v2020.01.12]: https://github.com/HerculesWS/Hercules/compare/v2019.12.15...v2020.01.12 [v2019.12.15]: https://github.com/HerculesWS/Hercules/compare/v2019.11.17+1...v2019.12.15 |