From f373927ce84cda74308c635e4f0164f5668a8bff Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Mon, 7 Dec 2020 10:23:27 +0000 Subject: [PATCH] Rename branch name --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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.