diff --git a/ChangeLog.md b/ChangeLog.md index a8dfa0a..d066583 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,47 @@ # Revision history for brittany -## 0.1.0.0 -- YYYY-mm-dd +## 0.7.1.0 -- 2016-09-06 -* First version. Released on an unsuspecting world. +* Support stack +* Fix --ghc-options handling +* Add commandline param to allow shortcut `brittany Foo.hs` + meaning `brittany -i Foo.hs` + +## 0.7.0.0 -- 2016-09-04 + +* First official alpha release +* Fix commandline flag parsing +* Implement/Improve horizontal aligning +* Various minor fixes and layouting improvements + +## 0.6.0.0 -- 2016-08-12 + +* Add check that output is syntactically valid +* (!) Change config format, breaking previous configs +* Various layouting additions/imporements +* Various minor fixes + +## 0.5.0.0 -- 2016-08-08 + +* Support --ghc-options +* Support user and local config files: Local config file is not mandatory + anymore. + +## 0.4.0.0 -- 2016-08-06 + +* Make comment handling a bit more clever +* Various layouting additions/imporements + +## 0.3.0.0 -- 2016-08-04 + +* Various layouting additions/imporements + +## 0.2.0.0 -- 2016-07-30 + +* Basic and partial implementation for + expression/decl/statement/pattern layouting +* Prevent exponential behaviour using manual stablenames + +## 0.1.0.0 -- 2016-06-05 + +* First working code for type signature layouting