WeakSets-1.2.2.0: CHANGELOG.md
# Revision history for Sets
## 0.1.0.0 -- 2022-07-12
* First version. Released on an unsuspecting world.
## 1.0.0.0 -- 2022-07-17
* Data.WeakSet and Data.WeakMap are now valid alternatives to Data.Set and Data.Map.
# 1.1.0.0 -- 2022-07-19
* Correction of wrong function declaration of (|^|)
# 1.1.1.0 -- 2022-07-19
* Implementation of drop, take and splitAt
# 1.1.2.0 -- 2022-07-19
* Addition of weakMapFromSet and correction of WeakMap Show instance.
# 1.1.3.0 -- 2022-07-20
* Addition of inverse and pseudoInverse functions.
# 1.1.4.0 -- 2022-07-20
* Major bug correction : instance Eq for Data.WeakMap
# 1.2.0.0 -- 2022-07-20
* Major bug correction : instance Foldable removed for Data.WeakMap and Data.WeakSet
# 1.2.1.0 -- 2022-07-23
* Adding anElement function
# 1.2.2.0 -- 2022-07-24
* Adding enumerateMaps function