Update for changes to Graphics.Input.Field and Text libraries

This commit is contained in:
Evan Czaplicki 2014-03-07 14:36:47 -10:00
parent 1bec0cada0
commit b6ff387fd5

View file

@ -4,6 +4,8 @@
Breaking Changes:
* Overhaul Graphics.Input library (inspired by @seliopou and Jeff Smits)
* Overhaul Text library to accomodate new Graphics.Input.Field
library and make the API more consistent overall
* Overhaul Regex library (inspired by Attila Gazso)
* Change syntax for "import open List" to "import List (..)"
* Improved JSON format for types generated by elm-doc
@ -13,6 +15,7 @@ Breaking Changes:
Improvements:
* Add Graphics.Input.Field for customizable text fields
* Add Trampoline library (thanks to @maxsnew and @timthelion)
* Add Debug library (inspired by @timthelion)
* Drastically improved performance on markdown parsing (thanks to @Dandandan)