Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed May 10, 2020
1 parent 616ef0c commit 5bb04cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2020-05-11
### Fixed
- Crashes when using Metal or DirectX. [#126]

[#126]: https://github.com/hecrj/coffee/pull/126


## [0.4.0] - 2020-04-25
### Added
Expand Down Expand Up @@ -237,7 +243,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Coffee starts being developed.


[Unreleased]: https://github.com/hecrj/coffee/compare/0.4.0...HEAD
[Unreleased]: https://github.com/hecrj/coffee/compare/0.4.1...HEAD
[0.4.1]: https://github.com/hecrj/coffee/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/hecrj/coffee/compare/0.3.2...0.4.0
[0.3.2]: https://github.com/hecrj/coffee/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/hecrj/coffee/compare/0.3.0...0.3.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Add `coffee` as a dependency in your `Cargo.toml` and enable a graphics backend
feature (`opengl`, `vulkan`, `metal`, `dx11`, or `dx12`):

```toml
coffee = { version = "0.4.1", features = ["opengl"] }
coffee = { version = "0.4", features = ["opengl"] }
```

Rust is quite slow in debug mode. If you experience performance issues when
Expand Down

0 comments on commit 5bb04cf

Please sign in to comment.