diff --git a/changelog b/changelog
new file mode 100644
index 0000000000000000000000000000000000000000..ed643ca26452901661b545dca71548afe3929261
--- /dev/null
+++ b/changelog
@@ -0,0 +1,35 @@
+-*-change-log-*-
+
+1.3.0.2  Nov 2013
+        * Update package description to Cabal 1.10 format
+        * Add support for GHC 7.8
+        * Drop support for GHCs older than GHC 7.0.1
+        * Add `/since: .../` annotations to Haddock comments
+        * Add changelog
+
+1.3.0.1  Sep 2012
+        * No changes
+
+1.3.0.0  Feb 2012
+        * Add instances for `Fixed`, `a->b` and `Version`
+
+1.3.0.1  Sep 2011
+        * Disable SafeHaskell for GHC 7.2
+
+1.2.0.0  Sep 2011
+        * New function `force`
+        * New operator `$!!`
+        * Add SafeHaskell support
+        * Dropped dependency on containers
+
+1.1.0.2  Nov 2010
+        * Improve Haddock documentation
+
+1.1.0.1  Oct 2010
+        * Enable support for containers-0.4.x
+
+1.1.0.0  Nov 2009
+        * Major rewrite
+
+1.0.0.0  Nov 2009
+        * Initial release
diff --git a/deepseq.cabal b/deepseq.cabal
index 22538d58170a1ab7de5142c43469915b9fd1d148..0793123e0e666399d6782c56e4ee3b3ac6fdcb11 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -28,6 +28,8 @@ build-type:     Simple
 cabal-version:  >=1.10
 tested-with:    GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1
 
+extra-source-files: changelog
+
 source-repository head
   type:     git
   location: http://git.haskell.org/packages/deepseq.git
@@ -35,10 +37,10 @@ source-repository head
 source-repository this
   type:     git
   location: http://git.haskell.org/packages/deepseq.git
-  tag:      bytestring-1.3.0.2-release
+  tag:      deepseq-1.3.0.2-release
 
 library
-  default-language: Haskell98
+  default-language: Haskell2010
   other-extensions: CPP
   if impl(ghc >= 7.2)
     other-extensions: Safe