# 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. ## 0.3.4.0 -- 2022-03-24 * Third version revised E. Updated the dependency boundaries to support the latest GHC and Cabal. ## 0.4.0.0 -- 2023-01-30 * Fourth version. Switched to NoImplicitPrelude extension. Some minor code improvements. Changed the names of the modules. Updated the dependencies boundaries. ## 0.5.0.0 -- 2024-01-23 * Fifth version. Switched to using more general function signatures with specializing. Added devotion. Some minor code improvements. Added README.md file. Switched to better dependency of monoid-insertleft.