# Revision history for phonetic-languages-permutations-array
## 0.1.0.0 -- 2020-12-31
* First version. Released on an unsuspecting world.
## 0.2.0.0 -- 2021-10-02
* Second version. Added module Phonetic.Languages.Permutations.ArrMini with pairwise permutations related functionality.
## 0.3.0.0 -- 2022-01-15
* Third version. Added module Phonetic.Languages.Permutations.ArrMini1 with permutations for just one word replacements.
Changed the default value for some functions from the Phonetic.Languages.Permutations.ArrMini from 7 to 10 (that is more
logical).
## 0.3.0.1 -- 2022-01-15
* Third version revised A. Some code improvements.
## 0.3.1.0 -- 2022-01-16
* Third version revised B. Added a new module Phonetic.Languages.Permutations.Represent with a data type to mark type of
permutations from the other modules where permutations from the other modules are possibly used together.
## 0.3.2.0 -- 2022-01-16
* Third version revised C. Renamed functions in the Phonetic.Languages.Permutations.ArrMini1 module. Added a new function to
the Phonetic.Languages.Permutations.Represent module.
## 0.3.3.0 -- 2022-01-17
* Third version revised D. Fixed issue with not exported defined function in the Phonetic.Languages.Permutations.Represent module.