Skip to content

Commit 5abb2d2

Browse files
author
Rys Sommefeldt
committed
Missing CHANGELOG updates for 5.2.0
1 parent 495456f commit 5abb2d2

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
**Note:** See `ags_lib\CHANGELOG.md` for changes to the core AGS library.
44

5+
### v5.2.0 - 2018-05-31
6+
* App registration for DX12 apps
7+
* Breaking API change for DX12 extensions
8+
* You now call `agsDriverExtensionsDX12_CreateDevice()`
9+
* With a corresponsding call to `agsDriverExtensionsDX12_DestroyDevice()` during teardown
10+
* DX11 breadcrumb markers
11+
* `agsDriverExtensionsDX11_WriteBreadcrumb()`
12+
513
### v5.1.1 - 2017-09-19
614
* Breaking API change for DX11 extensions
715
* You now call `agsDriverExtensionsDX11_CreateDevice()` at creation time to access any DX11 AMD extensions

ags_lib/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# AMD AGS Library Changelog
22

3+
### v5.2.0 - 2018-05-31
4+
* App registration for DX12 apps
5+
* Breaking API change for DX12 extensions
6+
* You now call `agsDriverExtensionsDX12_CreateDevice()`
7+
* With a corresponsding call to `agsDriverExtensionsDX12_DestroyDevice()` during teardown
8+
* DX11 breadcrumb markers
9+
* `agsDriverExtensionsDX11_WriteBreadcrumb()`
10+
311
### v5.1.1 - 2017-09-19
412
* Breaking API change for DX11 extensions
513
* You now call `agsDriverExtensionsDX11_CreateDevice()` at creation time to access any DX11 AMD extensions

0 commit comments

Comments
 (0)