File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Significant and compatibility-breaking changes.
2
2
3
- Version 0.6:
3
+ Version 0.5.2:
4
+ - Fixed https://github.com/Quid2/flat/issues/28 that could cause an undetected overflow when decoding out of range Int/Word values
4
5
- Added UTF16Text and Data.ByteString.Short support for ghcjs
5
6
- Improved speed and accuracy of encoded Text size calculation (for encoding)
6
- - [**breaking**] Removed `textBytes` from Flat.Encoder.Size
7
+ - [**breaking**] Removed `textBytes` from Flat.Encoder.Size (breaking but insignificant)
7
8
8
9
Version 0.5:
9
10
- Compatibility with ghc 9.0.2 & 9.2.4 & 9.4.2
Original file line number Diff line number Diff line change 1
1
cabal-version : >= 1.10
2
2
name : flat
3
- version : 0.5.1
3
+ version : 0.5.2
4
4
homepage : http://quid2.org
5
5
synopsis : Principled and efficient bit-oriented binary serialization.
6
6
description : Reference implementation of `flat`, a principled and efficient binary serialization format.
@@ -202,6 +202,7 @@ test-suite spec
202
202
203
203
-- dynamic doctests and generation of static doctests
204
204
-- Usable only with recent versions of ghc (no ghcjs or eta)
205
+
205
206
-- test-suite doc
206
207
-- type: exitcode-stdio-1.0
207
208
-- main-is: DocSpec.hs
You can’t perform that action at this time.
0 commit comments