# 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.
## 0.3.0.0 -- 2021-03-07
* Third version. Fixed some issues with functions in the Composition.Sound.IntermediateF module. Added a new function to it
and some other new functions to the Composition.Sound.Functional.Basics module. Added process-sequential as a new lightweight
dependency.
## 0.3.1.0 -- 2021-03-09
* Third version revised A. Added new function overMeloPar2G to the Composition.Sound.Functional.Params module. Changed the
dependency boundaries for process-sequential.
## 0.4.0.0 -- 2021-11-04
* Fourth version. Updated the dependencies and some code improvements.