Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and sbastrakov committed Oct 28, 2020
1 parent 96086b5 commit 6c6979d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- renamed namespace `alpaka::block::op` to `alpaka::blockOp`
- removed namespace `alpaka::block`

### New Features:
- add functions `alpaka::atomicAdd` et. al. as shortcuts to `alpaka::atomicOp<alpaka::op::Add>` et. al. #1005

## [0.5.0] - 2020-06-26
### Compatibility Changes:
- the minimum required C++ version has been raised from C++11 to C++14 #900
Expand Down

0 comments on commit 6c6979d

Please sign in to comment.