Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Jan 28, 2024
1 parent 31bef9b commit 7163aba
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support for OCaml arrays (PR #61 by @mt-caret).
- Support for OCaml float arrays (PR #61 by @mt-caret).

### Changed

- OCaml exceptions are now represented by `OCaml<OCamlException>` values instead of custom `OCamlException` values. This makes them first-class and safer to use because the fact that executing the garbage collector can invalidate references is now encoded in the type (PR #60 by @mt-caret)

## [0.9.2] - 2023-07-27

### Fixed
Expand Down

0 comments on commit 7163aba

Please sign in to comment.