Skip to content

Commit

Permalink
ivory-backend-c: add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Dec 17, 2023
1 parent 8d6f6a9 commit 092f6c4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ivory-backend-c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
TODO: next should be `0.2.0.0`, tag should be `ivory-backend-c-0.2.0.0`

# Version [next](https://github.com/distrap/ivory/compare/0.1.0.4...main) (2024-MM-DD)

## Fixed wrong order of arugments for `logBase`

This incorrectly generated `logBase base x = log base / log x`
instead of `logBase base x = log x / log base`

## Now emits initializer for structs with empty initilizer [#10](https://github.com/distrap/ivory/pull/10/commits/c9c2584b3be75b965780d11ca16121d0274b4083)

Shaves off a GCC warning by emitting `={0};` for structs with empty initilizer.

---

`ivory-backend-c` uses [PVP Versioning][1].

[1]: https://pvp.haskell.org

1 change: 1 addition & 0 deletions ivory-backend-c/ivory-backend-c.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ data-files: runtime/ivory.h,
runtime/ivory_asserts.h
license: BSD-3-Clause
license-file: LICENSE
extra-doc-files: CHANGELOG.md
source-repository this
type: git
location: https://github.com/distrap/ivory
Expand Down

0 comments on commit 092f6c4

Please sign in to comment.