Skip to content

Commit

Permalink
Updated with Issue #670 (#743)
Browse files Browse the repository at this point in the history
* Update ChangeLog for 1.5.5 release

First pass.

* Fix ChangeLog and update credits.html

Fixed typos and missing linkage in ChangeLog.
Updated credits.html file.

Issue #735

* Add missing issue 670

Updated with issue 670.
  • Loading branch information
Phergus authored and JamzTheMan committed Sep 28, 2019
1 parent 9cd560a commit 19f38b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Bug Fixes
* [#683][i683] Macro function `getTokens()` was very slow when _distance_ condition was used. On maps with 7000+ tokens the speed increase varies from 3x to 12x depending on grid type. **Fixed.**
* [#681][i681] Using "*" wildcard in `stopStream()` and `getStreamProperties()` stopped working. Fixed.
* [#679][i679] Continuous integration builds were failing. Fixed.
* [#670][i670] Macro function json.set() and json.put() will now put in the actual Java data types `null`, `true` and `false` when passed those strings.
* [#658][i658] Sometimes Send to Back and Bring to Front right-click menu options didn't work. Fixed.
* [#653][i653] _Select Map_ button did not have i18n translation key. Fixed and French translation added.
* [#637][i637] Incorrect error message from `asset()` if second parameter is a number. Fixed.
Expand Down Expand Up @@ -71,6 +72,7 @@ Bug Fixes
[i681]: https://github.com/RPTools/maptool/issues/681
[i679]: https://github.com/RPTools/maptool/issues/679
[i676]: https://github.com/RPTools/maptool/issues/676
[i670]: https://github.com/RPTools/maptool/issues/670
[i667]: https://github.com/RPTools/maptool/issues/667
[i665]: https://github.com/RPTools/maptool/issues/665
[i663]: https://github.com/RPTools/maptool/issues/663
Expand Down

0 comments on commit 19f38b2

Please sign in to comment.