Remove changelog
authorwidmogrod <widmogrod@gmail.com>
Tue, 2 Jan 2018 15:55:58 +0000 (16:55 +0100)
committerwidmogrod <widmogrod@gmail.com>
Tue, 2 Jan 2018 15:55:58 +0000 (16:55 +0100)
CHANGELOG.md [deleted file]

diff --git a/CHANGELOG.md b/CHANGELOG.md
deleted file mode 100644 (file)
index 3c096aa..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# Changelog
-## 2015-08-15
- * Either monad now has method `bimap`
- * Maybe monad was rewritten to mach union type `Just a | Nothing`
- * Readme was updated to take int account new changes
- * New type is used `Common\ConcatIntergace`
- * New interface `Monad\Maybe\Monad`
- * Either monad interface was updated from `Monad\Either\EitherInterface` to `Monad\Either\Either`