@@ -2,6 +2,46 @@ Changes in version 0.11.0.0
22
33 * Define `Applicative` instances for `Data.Vector.Fusion.Util.{Box,Id}`
44 * Define non-bottom `fail` for `instance Monad Vector`
5+ * New generalized stream fusion framework
6+ * Various safety fixes
7+ - Various overflows due to vector size have been eliminated
8+ - Memory is initialized on creation of unboxed vectors
9+ * Changes to SPEC usage to allow building under more conditions
10+
11+ Changes in version 0.10.12.3
12+
13+ * Allow building with `primtive-0.6`
14+
15+ Changes in version 0.10.12.2
16+
17+ * Add support for `deepseq-1.4.0.0`
18+
19+ Changes in version 0.10.12.1
20+
21+ * Fixed compilation on non-head GHCs
22+
23+ Changes in version 0.10.12.0
24+
25+ * Export MVector constructor from Data.Vector.Primitive to match Vector's
26+ (which was already exported).
27+
28+ * Fix building on GHC 7.9 by adding Applicative instances for Id and Box
29+
30+ Changes in version 0.10.11.0
31+
32+ * Support OverloadedLists for boxed Vector in GHC >= 7.8
33+
34+ Changes in version 0.10.10.0
35+
36+ * Minor version bump to rectify PVP violation occured in 0.10.9.3 release
37+
38+ Changes in version 0.10.9.3 (deprecated)
39+
40+ * Add support for OverloadedLists in GHC >= 7.8
41+
42+ Changes in version 0.10.9.2
43+
44+ * Fix compilation with GHC 7.9
545
646Changes in version 0.10.9.1
747
0 commit comments