Skip to content

Commit acdcff3

Browse files
authored
Merge pull request #151 from dolio/master
Changelog and release prep
2 parents be06b77 + b482b64 commit acdcff3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
Changes in version 0.12.0.0
22

3+
* Documentation fixes/additions
4+
* New functions: createT, iscanl/r, iterateNM, unfoldrM, uniq
5+
* New instances for various vector types: Semigroup, MonadZip
6+
* Made `Storable` vectors respect memory alignment
7+
* Changed some macros to ConstraintKinds
8+
- Dropped compatibility with old GHCs to support this
39
* Add `Eq1`, `Ord1`, `Show1`, and `Read1` `Vector` instances, and related
410
helper functions.
11+
* Relax context for `Unbox (Complex a)`.
512

613
Changes in version 0.11.0.0
714

vector.cabal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Description:
3535
* <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>
3636

3737
Tested-With:
38-
GHC == 7.0.4,
39-
GHC == 7.2.2,
4038
GHC == 7.4.2,
4139
GHC == 7.6.3,
4240
GHC == 7.8.4,

0 commit comments

Comments
 (0)