# Revision history for array-chunks
## 0.1.4.2 -- 2024-02-06
* Fix failing tests on Hackage.
## 0.1.4.1 -- 2024-02-05
* Update package metadata.
## 0.1.4.0 -- 2023-08-30
* Add `constructN` functions that use numbers instead of tuple names
for construction of fixed-length chunks.
## 0.1.3.0 -- 2021-02-04
* Add `nonupleton`, `decupleton`, `undecupleton`, `duodecupleton`.
## 0.1.2.0 -- 2020-11-18
* Add `index`.
* Add `singleton`, `doubleton`, `tripleton`, `quadrupleton`,
`quintupleton`, `sextupleton`, `septupleton`, `octupleton`.
* Add `map'`, which converts to `SmallArray` while mapping over
the elements.
## 0.1.1.0 -- 2019-09-12
* Add `copy`, `copyReverse`, `concat`, and `concatReverse`.
## 0.1.0.0 -- 2019-08-12
* First version. Released on an unsuspecting world.