-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,18 @@ | ||
# 0.2.4 | ||
## 0.2.2, 0.2.3, and 0.2.4 | ||
|
||
- Documentation improvements. | ||
|
||
# 0.2.3 | ||
|
||
- Documentation improvements. | ||
|
||
# 0.2.2 | ||
|
||
- Minor documentation improvements. | ||
|
||
# 0.2.1 | ||
## 0.2.1 | ||
|
||
- Add github repository badge to `README.md`. | ||
|
||
# 0.2.0 | ||
## 0.2.0 | ||
|
||
## Breaking changes | ||
### Breaking changes | ||
|
||
- Lambert W functions now return an `Option` instead of a `Result` with custom error types. | ||
|
||
## Other changes | ||
### Other changes | ||
|
||
- The `fast` module is behind the (enabled by default) feature flag `24bits`. | ||
- The `accurate` module is behind the (enabled by default) feature flag `50bits`. |