Skip to content

Commit 2121ee9

Browse files
committed
doc: final fixes for 0.5.2
1 parent 6b924ea commit 2121ee9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Significant and compatibility-breaking changes.
22

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
45
- Added UTF16Text and Data.ByteString.Short support for ghcjs
56
- 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)
78

89
Version 0.5:
910
- Compatibility with ghc 9.0.2 & 9.2.4 & 9.4.2

flat.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: flat
3-
version: 0.5.1
3+
version: 0.5.2
44
homepage: http://quid2.org
55
synopsis: Principled and efficient bit-oriented binary serialization.
66
description: Reference implementation of `flat`, a principled and efficient binary serialization format.
@@ -202,6 +202,7 @@ test-suite spec
202202

203203
-- dynamic doctests and generation of static doctests
204204
-- Usable only with recent versions of ghc (no ghcjs or eta)
205+
205206
-- test-suite doc
206207
-- type: exitcode-stdio-1.0
207208
-- main-is: DocSpec.hs

0 commit comments

Comments
 (0)