Update changelog to describe mention Graphics.Input and make it easier to read

This commit is contained in:
Evan Czaplicki 2014-02-18 14:28:26 -05:00
parent d5df18d51a
commit f3a8bee8ae

View file

@ -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