# Revision history for dobutokO-poetry ## 0.1.0.0 -- 2020-06-01 * First version. Released on an unsuspecting world. ## 0.2.0.0 -- 2020-06-01 * Second version. Fixed issue with the wrong convertion to the WAV sound file. Added mmsyn3 as an explicit dependency (it was implicit) and changed the number of the minimum mmsyn6ukr package version. ## 0.3.0.0 -- 2020-06-02 * Third version. Added new generalized functions to the DobutokO.Poetry module and extended with them the functionality in the Main module. ## 0.3.1.0 -- 2020-06-02 * Third version revised A. Fixed issue with being printed also the second command line argument for the Main.main function. ## 0.3.2.0 -- 2020-06-02 * Third version revised B. Fixed issues with being not accurate printing. ## 0.4.0.0 -- 2020-06-03 * Fourth version. Changed the module structure to simplify the usage in research purposes. Added new generalized variants of the functions with different norms and different String -> [Int] conversion functions. Some documentation improvements. ## 0.5.0.0 -- 2020-06-04 * Fifth version. Fixed issues with inappropriate message information in some functions. Added new norms and possibility to use non-negative lists and to split them to make possible a technique of multiple metrics united in one function. Added generalized variant of the 'uniquenessPeriods' and some additional functions to work with String data in Ukrainian. Some minor code improvements. ## 0.6.0.0 -- 2020-07-25 * Sixth version. Added three new functions to the DobutokO.Poetry module: uniqInMaxPoeticalNLine, uniqNPoeticalNLine and uniqNPoetical2GNLine. They are similar to the respective functions without 'Line' ending in their name but prints their output on the same line. ## 0.7.0.0 -- 2020-07-29 * Seventh version. Changed the module structure. Added new modules and rewritten the old ones. Fixed unexact or not complete documentation for some functions. ## 0.8.0.0 -- 2020-07-31 * Eigth version. Changed the module structure. Removed the module DobutokO.Poetry.PrependAppend and added the module DobutokO.Poetry.General with more extended possibilities. Addad also README.md file with some useful information. Some code and documentation improvements. ## 0.8.1.0 -- 2020-07-31 * Eigth version revised A. Fixed issue with being not compiled fo GHC versions prior to 8.4* series.