summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md5
-rw-r--r--THANKS.md2
-rw-r--r--hmatrix.cabal2
3 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 99b8e96..de466e5 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
10.13.2.0
2--------
3
4- integration over infinite intervals
5
10.13.0.0 60.13.0.0
2-------- 7--------
3 8
diff --git a/THANKS.md b/THANKS.md
index e2eaa97..23c93bb 100644
--- a/THANKS.md
+++ b/THANKS.md
@@ -107,3 +107,5 @@ module reorganization, monadic mapVectorM, and many other improvements.
107 107
108- Daniel Fischer reported some Haddock markup errors. 108- Daniel Fischer reported some Haddock markup errors.
109 109
110- Danny Chan added support for integration over infinite intervals.
111
diff --git a/hmatrix.cabal b/hmatrix.cabal
index de1d6f7..b169f26 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.13.1.0 2Version: 0.13.2.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz