summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-04-17 06:10:45 +0200
committerHaru <haru@dotalux.com>2019-04-17 06:10:45 +0200
commit4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55 (patch)
tree28e3acf6071b3164a6036de7b093dbcda2f4be9f
parent1351986ee45b6cbc444c0ae1b23eb2e03dbf75e7 (diff)
downloadhercules-4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55.tar.gz
hercules-4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55.tar.bz2
hercules-4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55.tar.xz
hercules-4fcd9b9a3891f3538ecd8a073c3f0e1c5eb85f55.zip
Release v2019.04.07+1v2019.04.07+1
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r--CHANGELOG.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7424dec8..c434f0b1a 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.04.07+1] `April 7 2019` `PATCH 1`
+
+### Fixed
+
+- Fixed some race conditions and missing validation in the item and zeny handling code for RODEX. (#2437)
+- Fixed pet eggs getting lost for pets that were hatched before the pet evolution system. Pets are now automatically migrated to the new system that keeps eggs in the user's inventory. (#2428)
+
## [v2019.04.07] `April 7 2019`
### Added
@@ -47,9 +54,6 @@ If you are reading this in a text editor, simply ignore this section
- Deprecated the command `petstat()`, superseded by `getpetinfo()`. (part of #2398)
- Deprecated the `PET_*` constants, used by the `petstat()` command. (part of #2398)
-### Removed
-
-
## [v2019.03.10] `March 10 2019`
### Added
@@ -90,8 +94,6 @@ If you are reading this in a text editor, simply ignore this section
- Deprecated the `UDT_MAPIDXY` constant. Its use in `setunitdata()` is replaced by `unitwarp()` and its use in `getunitdata()` is replaced by `getmapxy()`. (#2391)
- Deprecated the `UDT_WALKTOXY` constant. Its use in `setunitdata()` is replaced by `unitwalk()`. (#2391)
-### Removed
-
## [v2019.02.10+1] `February 10 2019` `PATCH 1`
### Fixed
@@ -679,6 +681,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.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
[v2019.03.10]: https://github.com/HerculesWS/Hercules/compare/v2019.02.10+1...v2019.03.10
[v2019.02.10+1]: https://github.com/HerculesWS/Hercules/compare/v2019.02.10...v2019.02.10+1