diff --git a/CHANGELOG.md b/CHANGELOG.md index 077580e..3495f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - SYCL build rules for ComputeCpp, DPCPP and HipSYCL ### Changed +- Default branch renamed from `master` to `main`. - Use cl::sycl::id parameters instead of cl::sycl::item. - Update local copy of OpenCL C++ header file. - Ensure correct SYCL queue constructor with explicit async_handler.