diff options
-rw-r--r-- | packages/base/CHANGELOG | 7 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/base/CHANGELOG b/packages/base/CHANGELOG index 95982ac..c137285 100644 --- a/packages/base/CHANGELOG +++ b/packages/base/CHANGELOG | |||
@@ -1,3 +1,10 @@ | |||
1 | 0.16.1.0 | ||
2 | -------- | ||
3 | |||
4 | * Added (|||) and (===) for "besides" and "above" | ||
5 | |||
6 | * rowOuters | ||
7 | |||
1 | 0.16.0.0 | 8 | 0.16.0.0 |
2 | -------- | 9 | -------- |
3 | 10 | ||
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 3f0b3cc..2900c42 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.16.0.7 | 2 | Version: 0.16.1.0 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |