Skip to content

Commit

Permalink
Merge pull request #151 from dolio/master
Browse files Browse the repository at this point in the history
Changelog and release prep
  • Loading branch information
dolio authored Jan 7, 2017
2 parents be06b77 + b482b64 commit acdcff3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Changes in version 0.12.0.0

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

Changes in version 0.11.0.0

Expand Down
2 changes: 0 additions & 2 deletions vector.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Description:
* <http://haskell.org/haskellwiki/Numeric_Haskell:_A_Vector_Tutorial>

Tested-With:
GHC == 7.0.4,
GHC == 7.2.2,
GHC == 7.4.2,
GHC == 7.6.3,
GHC == 7.8.4,
Expand Down

0 comments on commit acdcff3

Please sign in to comment.