Skip to content

Commit

Permalink
Add new release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
arshajii committed Oct 14, 2022
1 parent e1016f9 commit 5821380
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/intro/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ Below you can find release notes for each major Codon release,
listing improvements, updates, optimizations and more for each
new version.

# v0.15

## LLVM upgrade

Upgraded to LLVM 15 (from 12). Note that LLVM 15 now uses
[opaque pointers](https://llvm.org/docs/OpaquePointers.html),
e.g. `ptr` instead of `i8*` or `i64*`, which affects `@llvm`
functions written in Codon as well as LLVM IR output of
`codon build`.

# v0.14

## GPU support
Expand Down

0 comments on commit 5821380

Please sign in to comment.