From 32b1f655032717bab86ce521550c2cf6e48be820 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 13 May 2015 08:04:44 -0400 Subject: [PATCH] Update note --- notes/0.13.9/forceupdatems.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0.13.9/forceupdatems.markdown b/notes/0.13.9/forceupdatems.markdown index f506c8ad6..fd631b8b7 100644 --- a/notes/0.13.9/forceupdatems.markdown +++ b/notes/0.13.9/forceupdatems.markdown @@ -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