diff --git a/changelog b/changelog
index bb3c814c76cfb83b165a61d21785226552c9ad95..83e48d47f7214058b3b186830505bf18a52095c1 100644
--- a/changelog
+++ b/changelog
@@ -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
 
diff --git a/vector.cabal b/vector.cabal
index aa39c5f68acda55a8abaa5564e7c810c82c8048e..8f0b57f6de94332165ba5dd1c3ddcace6da4b09f 100644
--- a/vector.cabal
+++ b/vector.cabal
@@ -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,