Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmottl committed Nov 28, 2024
1 parent f599213 commit 215cffb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## 11.1.0 (XXXX-XX-XX)
## 11.1.0 (2024-11-28)

- Bug fix: moved incorrect `Bool_val` out of blocking section.

- Removed -O3, -ffast-math, and -march=native flags. They may be too risky as
defaults.

- Rewrote README and improved changelog.

- Bug fix:moved incorrect `Bool_val` out of blocking section.
- Reformatted all C-code using `clang-format` and OCaml code using
`ocamlformat`.

- Added GitHub workflow.

## 11.0.10 (2023-05-16)

Expand Down

0 comments on commit 215cffb

Please sign in to comment.