From f3a8bee8ae848f8b2f6239aa55ac888db693f93f Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Tue, 18 Feb 2014 14:28:26 -0500 Subject: [PATCH] Update changelog to describe mention Graphics.Input and make it easier to read --- changelog.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index d9051cb..a934082 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,14 +1,20 @@ ## next +Breaking Changes: + + * Overhaul Graphics.Input library to make it easier to understand and use * Change syntax for "import open List" to "import List (..)" * Support Trampolining (thanks to Max New and Tim Hobbs) - * Drastically improved performance on markdown parsing (thanks to @Dandandan) * Improved JSON format for types generated by elm-doc + * Remove problematic Mouse.isClicked signal * Revise the semantics of keepWhen and dropWhen to only update when - * the filtered signal changes (thanks Max New and Janis Voigtländer) + the filtered signal changes (thanks Max New and Janis Voigtländer) + +Improvements: + + * Drastically improved performance on markdown parsing (thanks to @Dandandan) * Add Date.fromTime function - * Remove problematic Mouse.isClicked signal * Fix serious bugs in Bitwise library * Fix bug in exporting Maybe values through ports