diff --git a/cuda_core/docs/source/release/0.2.0-notes.md b/cuda_core/docs/source/release/0.2.0-notes.md new file mode 100644 index 00000000..914e9c17 --- /dev/null +++ b/cuda_core/docs/source/release/0.2.0-notes.md @@ -0,0 +1,12 @@ +# `cuda.core` Release notes + +Released on , 2024 + +## Hightlights +- Add ProgramOptions to facilitate the passing of runtime compile options to [Program](#program) + +## Limitations +- + +## 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`.