Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thinker227 committed Jan 14, 2024
1 parent a98a5d7 commit 96cc157
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version `1.1.0-pre`
# Version 1.1.0

- Rewrite and update a lot of documentation.
## API changes

- Rename `Result<T>.HasValue` to `IsOk`.

Expand Down Expand Up @@ -28,4 +28,14 @@

- Rename `GetValueOrDefault(T @default)` and `GetValueOrDefault(Func<T> getDefault)` to `GetValueOr`.

- Add `Parse` extensions for `string` and `ReadOnlySpan<char>`.

## Analyzers and diagnostics

- Add analyzer and code-fix suite.

## Documentation

- Rewrite and update a lot of documentation.

- Create a documentation website.

0 comments on commit 96cc157

Please sign in to comment.