1
0
Fork 0
mirror of https://github.com/MillironX/Kelpie.jl.git synced 2024-11-14 05:33:09 +00:00

Update CHANGELOG

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-04-05 16:37:21 -05:00
parent 23960497e6
commit 78b0f48c4d
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,5 @@
no-inline-html:
allowed_elements:
- kbd
no-duplicate-header:
allow_different_nesting: true

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Way more unit tests ([#4](https://github.com/MillironX/Kelpie.jl/pull/4))
### Changed
- Arrays of content replaced with argument splatting ([#2](https://github.com/MillironX/Kelpie.jl/pull/2))