From 53e8f408add609cc71172899c432071ce307362c Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 7 Feb 2018 16:53:00 +0000 Subject: [PATCH] Fix GitHub formatting in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883a9af..076a0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ All notable changes to this project will be documented in this file. ### Added - Build instructions for RAJA and Kokkos libraries. -### Changed +### Changed - Use RAJA and Kokkos internal iterator types instead of int. - Ensure RAJA pointers do not alias. - Align memory to 2MB pages in RAJA and OpenMP.