Patch changelog

This commit is contained in:
Alexander Nozik 2020-09-14 22:48:02 +03:00
parent ec08bec42f
commit 139525e2d4
2 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,18 @@
# KMath
## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [0.1.4]
### Added
- Functional Expressions API

View File

@ -1,5 +1,6 @@
plugins {
id("scientifik.publish") apply false
id("org.jetbrains.changelog") version "0.4.0"
}
val kmathVersion by extra("0.1.4")