# Revision history for phonetic-languages-phonetics-basics ## 0.1.0.0 -- 2021-04-19 * First version. Released on an unsuspecting world. ## 0.2.0.0 -- 2021-04-19 * Second version. Added some optimizations for the Data.Phonetic.Languages.Base module functions. Added new functions to the module. ## 0.2.1.0 -- 2021-04-20 * Second version revised A. Fixed issues with being not compiled for GHC versions less than 8.2. ## 0.2.2.0 -- 2021-04-20 * Second version revised B. Fixed issues with being not compiled because of no Ix instance specified for Array first argument. ## 0.3.0.0 -- 2021-04-20 * Third version. Added a new module Data.Phonetic.Languages.Syllables for the general syllable segmentation. Added new lightweight dependencies of mmsyn5 and mmsyn2-array. ## 0.3.1.0 -- 2021-04-21 * Third version revised A. Changed some data types and type synonyms in the module Data.Phonetic.Languages.Syllables. Some code optimizations in it. Some documentation improvements. Added new auxiliary functions to the module. ## 0.3.2.0 -- 2021-04-21 * Third version revised B. Fixed issue with semantics of the 'divCnsnts' function and related data types. ## 0.3.3.0 -- 2021-04-24 * Third version revised C. Some code improvements. Added classes and instances for classes. Some changes to imrove overall representation possibilities. ## 0.3.4.0 -- 2021-04-26 * Third version revised D. Changed the data types representation in the Data.Phonetic.Languages.Syllables module. Used some special function refactoring to the algebraic data type to represent a complex predicate of the special structure. Some code improvements. ## 0.4.0.0 -- 2021-04-28 * Fourth version. Added a new module Numeric.Wrapper.R.GLPK.Phonetic.Languages.Durations to find out the approximations of the phonetic languages representation element durations. For this added two new lightweight dependencies of lists-flines and foldable-ix. ## 0.5.0.0 -- 2021-04-29 * Fifth version. Added two new modules Data.Phonetic.Languages.SpecificationsRead and Main. Added an executable pldPL (anologue of the pldUkr from r-glpk-phonetic-languages-ukrainian-durations package). ## 0.5.1.0 -- 2021-04-30 * Fifth version revised A. Added two example files with data syntaxis, first of all useful for the pldPL executable. See README.md. Added also README.md file with a brief description of the possible scenario of the usage for pldPL. Some code improvements. ## 0.6.0.0 -- 2021-05-03 * Sixth version. Added a module Data.Phonetic.Languages.PrepareText. Added a file EnglishConcatenated.txt that contains additional list of the English words the corresponding translations of which are intended to be concatenated to the next phonetic language words to preserve the basic grammar. Some code and documentation improvements.