packages feed

algorithmic-composition-basic-0.2.0.0: CHANGELOG.md

# 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.