Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantalabs authored Apr 18, 2021
1 parent de30b44 commit 7f68046
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.0.1
Minor update

## New Features
None.

## Bug Fixes
None.

## Deprecations
Remove the `check` function from the `pre` module.

---
# v1.0.0

Initial release.
Expand Down Expand Up @@ -28,4 +41,4 @@ JavaScript:
let sirchart = document.getElementById('ctxsir')
sir(sirchart, 4, 9999, 1, 100, 1/21, 10000)
```
This includes the SIR, SEIR, and SEIRD models.
This includes the SIR, SEIR, and SEIRD models.

0 comments on commit 7f68046

Please sign in to comment.