# Changelog for tahoe-lafs-immutable-uploader ## 0.1.0.2 * `taggedPairHash` now respects the size parameter passed to it. * The CHK capability parsers now signal error on overflow for the `n`, `k`, and `size` parameters. * The UEB parser now signals error on overflow for `num_segments`, `needed_shares`, `total_shares`, and `n` and `k` in the codec parameter fields. ## 0.1.0.1 * Switch from `base64` to `base64-bytestring` to avoid an encoding bug on ARM with GHC 8.6.5. ## 0.1.0.0 * Initial release. * Support for encoding and decoding data using Tahoe-LAFS' CHK protocol.