From edc6b5bdf0681a32a34dc1db01c77134e907fee3 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 29 Nov 2016 16:41:32 +1300 Subject: [PATCH] Remove debouncing from changelog --- CHANGES.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2419fe7..8e146d3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,6 @@ #### Headline - - [#233](https://github.com/Day8/re-frame/issues/233) Added a new builtin effect handler for de-bouncing events - [#218](https://github.com/Day8/re-frame/issues/218) Make it okay to use `subscribe` in Form-1 components #### Breaking