# Generalized Arrays ## 1.0.1 - 2024-02-03 ### Fixed - A stray reference to SRFI-143 was present in the `(arrays storage)` module, which caused salmonella to break since SRFI-143 was removed in favour of `(chicken fixnum)` in the .egg file. ## v1.0.0 - 2024-02-03 ### Added - Initial release with revamped API. This was effectively a rewrite of the entire library, and so it should be treated as a pretty hard break from what was 0.0.7. ### Removed - Many APIs from 0.0.7 were removed as they are more easily expressed via the `transducers` library.