diff options
author | gumi <git@gumi.ca> | 2018-08-29 23:45:07 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-08-29 23:45:07 -0400 |
commit | 611bda248b3cb221bef4ad81f74c0508a76095d9 (patch) | |
tree | 6c750277879bd950eefdbf1f476513e5198da932 /CHANGELOG.md | |
parent | e554c1c9c4b807ee2923b433fd03227da2f79b43 (diff) | |
download | hercules-611bda248b3cb221bef4ad81f74c0508a76095d9.tar.gz hercules-611bda248b3cb221bef4ad81f74c0508a76095d9.tar.bz2 hercules-611bda248b3cb221bef4ad81f74c0508a76095d9.tar.xz hercules-611bda248b3cb221bef4ad81f74c0508a76095d9.zip |
release v2018.08.26+1v2018.08.26+1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d331405a5..6769c4edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ 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.08.26+1] `August 29 2018` + +### Fixed +- Fixed a bug which prevented the script engine from updating params. (#2200, e554c1c9c) + ## [v2018.08.26] `August 26 2018` ### Added @@ -400,6 +405,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.08.26+1]: https://github.com/HerculesWS/Hercules/compare/v2018.08.26...v2018.08.26+1 [v2018.08.26]: https://github.com/HerculesWS/Hercules/compare/v2018.07.29+2...v2018.08.26 [v2018.07.29+2]: https://github.com/HerculesWS/Hercules/compare/v2018.07.29+1...v2018.07.29+2 [v2018.07.29+1]: https://github.com/HerculesWS/Hercules/compare/v2018.07.29...v2018.07.29+1 |