packages feed

mmsyn2-array-0.2.1.1: CHANGELOG.md

# Revision history for mmsyn2-array

## 0.1.0.0 -- 2020-12-14

* First version. Released on an unsuspecting world.

## 0.1.0.1 -- 2020-12-14

* First version revised A. Some documentation improvements.

## 0.1.1.0 -- 2020-12-18

* First version revised B. Fixed issue with the first and last elements of the array that were not taken into account.

## 0.1.2.0 -- 2021-03-29

* First version revised C. Some code optimization improvements. Changed the inner implementation and imported modules.

## 0.1.3.0 -- 2021-03-29

* First version revised D. Fixed issues with being not compiled for GHC < 8.0* series. 

## 0.2.0.0 -- 2021-10-30

* Second version. Added the module Case.Hashable.Cuckoo variant based on the Hashtable (cuckoo hash) usage. 
Added the respective dependency. 

## 0.2.1.0 -- 2021-10-30

* Second version revised A. Discontinued the base < 4.9 versions. 

## 0.2.1.1 -- 2021-10-30

* Second version revised B. Added inlining of the Case.Hashable.Cuckoo.getBFstL' function.