Skip to content

Commit

Permalink
update changelog for 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matsadler committed May 10, 2024
1 parent fb83309 commit d24a8f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,14 @@
- `Exception::backtrace`.

### Fixed
- Potential deadlock in `Lazy` when accessed for the first time from
multiple threads simultaneously.

### Security

## [0.6.4] - 2024-05-08
### Fixed
- Potential deadlock in `Lazy` when accessed for the first time from
multiple threads simultaneously.

## [0.6.3] - 2024-03-31
### Fixed
- Missing ` IntoValueFromNative` implementation for `Vec` and `HashMap`.
Expand Down Expand Up @@ -458,7 +461,8 @@
- Pre-built bindings for Ruby 2.6 - 3.1 on common platforms, build-time
generated bindings otherwise.

[Unreleased]: https://github.com/matsadler/magnus/compare/0.6.3...HEAD
[Unreleased]: https://github.com/matsadler/magnus/compare/0.6.4...HEAD
[0.6.4]: https://github.com/matsadler/magnus/compare/0.6.3...0.6.4
[0.6.3]: https://github.com/matsadler/magnus/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/matsadler/magnus/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/matsadler/magnus/compare/0.6.0...0.6.1
Expand Down

0 comments on commit d24a8f3

Please sign in to comment.