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