Update changelog
This commit is contained in:
parent
4874ed0795
commit
002badd98d
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,6 +1,23 @@
|
||||||
Changelog
|
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
|
Version 1.1.0
|
||||||
-------------
|
-------------
|
||||||
In this version categories have been refactored - there's now a notion of a raw
|
In this version categories have been refactored - there's now a notion of a raw
|
||||||
|
|
Loading…
Reference in a new issue