Update changelog

This commit is contained in:
Frederik Hanghøj Iversen 2018-02-23 12:57:10 +01:00
parent 4874ed0795
commit 002badd98d
1 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,23 @@
Changelog
=========
Version 1.2.0
-------------
This version is mainly a huge refactor.
I've renamed
* `distrib` to `isDistributive`
* `arrowIsSet` to `arrowsAreSets`
* `ident` to `isIdentity`
* `assoc` to `isAssociative`
And added "type-synonyms" for all of these. Their names should now match their
type. So e.g. `isDistributive` has type `IsDistributive`.
I've also changed how names are exported in `Functor` to be in line with
`Category`.
Version 1.1.0
-------------
In this version categories have been refactored - there's now a notion of a raw