Skip to content

Commit

Permalink
Update changelog for release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed May 14, 2024
1 parent 2cccca7 commit a268bb0
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Multicont version 1.0.2 (latest)
# Multicont version 1.0.3 (latest)

This release restores compatibility with macOS (14.4.1) when using
clang 15 or greater.

Changes:

* Patch #8: Explicit declaration of `memcpy` to fix compilation error
when using clang on macOS (thanks to @tmcgilchrist).
* Fixed a regression where enabling feature flag `UNIQUE_FIBERS`
caused compilation to fail.
* Spring cleaning: Removed unused header imports.
* Added an example illustrating how to use the power of multishot
continuation to simulate the `return` operator (e.g. as found in
C/C++/Rust/etc) using a single handler.

# Multicont version 1.0.2

This release adds support for the anticipated release of OCaml 5.2.

Expand Down

0 comments on commit a268bb0

Please sign in to comment.