Update CHANGELOG

This commit is contained in:
aaron levin 2015-09-13 00:45:25 +02:00 committed by Arian van Putten
parent 2adbb4df55
commit a6f00d3483

View file

@ -8,6 +8,8 @@ HEAD
* Add more `ToSamples` instances: `Bool`, `Ordering`, tuples (up to 7), `[]`, `Maybe`, `Either`, `Const`, `ZipList` and some monoids
* Move `toSample` out of `ToSample` class
* Add a few helper functions to define `toSamples`
* Support for new Authentication framework
* Added `ToAuthInfo` typeclass.
0.4
---