Update CHANGELOG.md

This commit is contained in:
Alexander Nozik 2020-09-20 22:41:33 +03:00
parent 735eb937df
commit eb8b7196dc

View File

@ -4,15 +4,18 @@
### Added ### Added
- Better trigonometric and hyperbolic functions for `AutoDiffField` (https://github.com/mipt-npm/kmath/pull/140). - Better trigonometric and hyperbolic functions for `AutoDiffField` (https://github.com/mipt-npm/kmath/pull/140).
### Changed ### Changed
- Package changed from `scientifik` to `kscience.kmath`. - Package changed from `scientifik` to `kscience.kmath`.
### Deprecated ### Deprecated
### Removed ### Removed
- Koma module
### Fixed ### Fixed
- `symbol` method in `MstExtendedField` (https://github.com/mipt-npm/kmath/pull/140) - `symbol` method in `MstExtendedField` (https://github.com/mipt-npm/kmath/pull/140)
### Security ### Security
## [0.1.4] ## [0.1.4]
### Added ### Added