diff --git a/changelog.txt b/changelog.txt index 17e814a..b0b4567 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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)