# Revision history for algorithmic-composition-basic
## 0.1.0.0 -- 2021-02-22
* First version. Released on an unsuspecting world.
Rewritten from the dobutokO2 package using arrays and lists based functionality instead of vector based one. Added some new
functions, removed some functions.
## 0.1.1.0 -- 2021-22-02
* First version revised A. Fixed issue with BangPatterns extension not being enabled.
## 0.2.0.0 -- 2021-03-01
* Second version. Moved most of the modules to the new package algorithmic-composition-additional and left only the most
commonly used ones. Moved the README.md file to the new package. Added generalization to the functions
in the Composition.Sound.Basics module. Some code improvements.
## 0.2.1.0 -- 2021-03-02
* Second version revised A. Fixed some issues with functions in the Composition.Sound.Elements module.
## 0.2.2.0 -- 2021-03-02
* Second version revised B. Fixed issue with being not imported iterate' from GHC.List for lower than 8.6 versions
of GHC.