From 7518a642f67f227692ffcf39c5cb1f56feba6c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Hangh=C3=B8j=20Iversen?= Date: Sun, 25 Feb 2018 15:38:12 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56020da..a7a3d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ Changelog ========= +Version 1.3.0 +------------- + +Removed unused modules and streamlined things more: All specific categories are +in the namespace `Cat.Categories`. + +Lemmas about categories are now in the appropriate record e.g. `IsCategory`. +Also changed how category reexports stuff. + +Rename the module Properties to Yoneda - because that's all it talks about now. + +Rename Opposite to opposite + +Add documentation in Category-module + +Formulation of monads in two ways; the "monoidal-" and "kleisli-" form. + +WIP: Equivalence of these two formulations + +Also use hSets in a few concrete categories rather than just pure `Set`. + Version 1.2.0 ------------- This version is mainly a huge refactor.