Skip to content

Commit 940e57d

Browse files
committed
Prepare changelog for 2022.2 release
Signed-off-by: Peter Colberg <[email protected]>
1 parent 00fb317 commit 940e57d

File tree

1 file changed

+33
-4
lines changed

1 file changed

+33
-4
lines changed

CHANGELOG.md

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,48 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [Unreleased]
5+
## [2022.2] - 2022-04-01
6+
67
### Added
8+
9+
- Document running unit tests individually ([#35]).
10+
- Document internal use of pre-C++11 standard library ABI ([#31], [#39]).
11+
- Document recommended settings for forked repository ([#44]).
12+
- Implement OpenCL Core 3.0 clCreateBufferWithProperties ([#53]).
13+
- Document running clang-format ([#60]).
14+
- Document git identity setup ([#70]).
15+
716
### Changed
8-
### Deprecated
9-
### Removed
17+
18+
- Support Rocky Linux 8 instead of CentOS 8 ([#72], [#73]).
19+
1020
### Fixed
1121

1222
- Simulation of systems with multiple global memories ([#29]).
23+
- Explicitly require C++11 compiler support ([#47]).
24+
- Link failure with `-Wl,--no-undefined` ([#49]).
1325

1426
### Security
1527

16-
[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2022.1...HEAD
28+
- Check for null pointer before dereference ([#42], [#43]).
29+
- Update Windows installation script for zlib to 1.2.12 ([#96]).
30+
31+
[2022.2]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2022.1...v2022.2
1732
[#29]: https://github.com/intel/fpga-runtime-for-opencl/pull/29
33+
[#31]: https://github.com/intel/fpga-runtime-for-opencl/pull/31
34+
[#35]: https://github.com/intel/fpga-runtime-for-opencl/pull/35
35+
[#39]: https://github.com/intel/fpga-runtime-for-opencl/pull/39
36+
[#42]: https://github.com/intel/fpga-runtime-for-opencl/pull/42
37+
[#43]: https://github.com/intel/fpga-runtime-for-opencl/pull/43
38+
[#44]: https://github.com/intel/fpga-runtime-for-opencl/pull/44
39+
[#47]: https://github.com/intel/fpga-runtime-for-opencl/pull/47
40+
[#49]: https://github.com/intel/fpga-runtime-for-opencl/pull/49
41+
[#53]: https://github.com/intel/fpga-runtime-for-opencl/pull/53
42+
[#60]: https://github.com/intel/fpga-runtime-for-opencl/pull/60
43+
[#70]: https://github.com/intel/fpga-runtime-for-opencl/pull/70
44+
[#72]: https://github.com/intel/fpga-runtime-for-opencl/pull/72
45+
[#73]: https://github.com/intel/fpga-runtime-for-opencl/pull/73
46+
[#96]: https://github.com/intel/fpga-runtime-for-opencl/pull/96
1847

1948
## [2022.1] - 2021-12-01
2049

0 commit comments

Comments
 (0)