Fix delay in starting fade-out for expressions

This commit is contained in:
Jun Koyama
2020-05-19 18:40:23 +09:00
parent ad93d1370d
commit 901d6c356e
3 changed files with 50 additions and 12 deletions

View File

@ -10,6 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
* Fix implementation of `iterator#increment` in `csmmap` and `csmvector`.
* Fix delay in starting fade-out for expressions.
### Changed
* Rename the function name that handles seconds from `Time` to `Seconds`.
## [4-r.1] - 2020-01-30