Skip to content

Commit

Permalink
add release notes file with the breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
ksimpson-work committed Nov 27, 2024
1 parent cd6cca1 commit a23d815
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cuda_core/docs/source/release/0.2.0-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# `cuda.core` Release notes

Released on <TODO>, 2024

## Hightlights
- Add ProgramOptions to facilitate the passing of runtime compile options to [Program](#program)

## Limitations
-<TODO>

## Breaking Changes
- The `Program.Compile` method no longer accepts an options argument. Instead, you can optionally pass an instance of `ProgramOptions` to the constructor of `Program`.

0 comments on commit a23d815

Please sign in to comment.