We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89077 commit e5be00eCopy full SHA for e5be00e
CHANGELOG.md
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic
7
Versioning](http://semver.org/spec/v2.0.0.html).
8
9
+## [0.2.1] - 2020-09-09
10
+
11
+### Fixed
12
13
+- Re-enable ComputeCpp workaround for explicit copy operations. (f58b146b)
14
+- Fix compilation on Windows by avoiding the `TRUE` literal as enum value.
15
+ (8de922e9)
16
+- Fix compilation with Boost < 1.67 by using backwards compatible header.
17
+ (51c98a7a)
18
19
## [0.2.0] - 2020-09-04
20
21
### Added
0 commit comments