remove trailing space in HISTORY (#1775)

This commit is contained in:
Harry Sarson 2020-03-14 10:25:50 +00:00 committed by GitHub
parent 86606dc7be
commit d8d9a935bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,22 +3,22 @@
# not yet published, version 6.6.2
- Run the build script during npm `prepare`, so you can use the library
- Run the build script during npm `prepare`, so you can use the library
directly when installing directly from git. Thanks @cinderblock.
# 2020-02-26, version 6.6.1
- Fix #1725: simplify `a/(b/c)`. Thanks @dbramwell.
- Fix examples in documentation of `row` and `column`.
- Fix examples in documentation of `row` and `column`.
# 2020-02-01, version 6.6.0
- Implemented function `eigs`, see #1705, #542 #1175. Thanks @arkajitmandal.
- Fixed #1727: validate matrix size when creating a `DenseMatrix` using
- Fixed #1727: validate matrix size when creating a `DenseMatrix` using
`fromJSON`.
- Fixed `DenseMatrix.map` copying the size and datatype from the original
- Fixed `DenseMatrix.map` copying the size and datatype from the original
matrix instead of checking the returned dimensions and type of the callback.
- Add a caret to dependencies (like) `^1.2.3`) to allow downstream updates
without having to await a new release of mathjs.
@ -26,7 +26,7 @@
# 2020-01-08, version 6.5.0
- Implemented `baseName` option for `createUnit`, see #1707.
- Implemented `baseName` option for `createUnit`, see #1707.
Thanks @ericman314.