Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Oct 27, 2020
1 parent af65cbc commit 4a181e2
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 @@ -36,6 +36,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- renamed function `alpaka::view::copy` to `alpaka::memcpy`
- removed namespace `alpaka::view`

### 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 4a181e2

Please sign in to comment.