mmsyn5-0.4.0.0: ChangeLog.md
# Revision history for mmsyn5
## 0.1.0.0 -- 2019-11-04
* First version. Released on an unsuspecting world. Various functions
most of them are taken from the mm1 project on GitHub
(https://github.com/OleksandrZhabenko/mm1).
## 0.1.1.0 -- 2019-11-04
* First version revised A. Fixed an issue with a module name. Some minor
documentation improvements.
## 0.1.2.0 -- 2019-11-04
* First version revised B. Dependencies checking.
## 0.1.3.0 -- 2019-11-04
* First version revised C. Fixed an issue with the takeNth function.
## 0.1.4.0 -- 2019-11-04
* First version revised D. Fixed issues in the documentation.
## 0.2.0.0 -- 2019-11-04
* Second version. Changed the basic idea of what operations are included.
## 0.2.1.0 -- 2019-11-04
* Second version revised A. Changed the name of the module.
## 0.2.2.0 -- 2019-11-08
* Second version revised B. Added a new function mapI3.
## 0.2.2.1 -- 2019-11-08
* Second version revised C. Fixed documentation.
## 0.2.3.0 -- 2019-11-08
* Second version revised D. Added two new functions (mapI12 and mapI21), renamed the mapI3 to mapI22.
## 0.3.0.0 -- 2019-11-08
* Third version. Added functions with intermediate Monads.
## 0.4.0.0 -- 2019-11-08
* Fourth version. Changed the modules structure because of mixed safe and unsafe code and behaviour.