Update note

This commit is contained in:
Andrew Johnson 2015-05-13 08:04:44 -04:00
parent 4ec092617f
commit 32b1f65503
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
### Changes with compatibility implications
### Improvements
- Adds `forceUpdateMs` key, that takes values of `Option[Long]` representing a number of milliseconds. If set, a full `update` will occur after that amount of time without needing to explicitly run the `update` task.
- Adds `forceUpdateMs` key, that takes values of `Option[Long]` representing a number of milliseconds. If set, a full `update` will occur after that amount of time without needing to explicitly run the `update` task. By [@ajsquared][@ajsquared]
### Fixes