Skip to content

Commit a66f540

Browse files
committed
Update RELEASE_NOTES.md
1 parent 12a20a3 commit a66f540

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- master
6-
- v56
76
paths:
87
- RELEASE_NOTES.md
98
- .github/workflows/publish.yml

RELEASE_NOTES.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 5.6.0
2+
- https://github.com/aardvark-platform/aardvark.rendering/wiki/Aardvark-Rendering-5.6-changelog
3+
14
### 5.6.0-prerelease0010
25
- Changed `DrawCalls.Direct` from list to array
36
- Reworked `BufferView` constructors
@@ -73,6 +76,8 @@
7376
- [Vulkan] Fixed alignment and size issues with empty buffers
7477
- [Vulkan] Added debug config flag for generating shader debug info
7578
- [Vulkan] Replaced obsolete VK_EXT_validation_features with VK_EXT_layer_settings
79+
- [Vulkan] Fixed ImageSamplerArrayResource leaking deltas
80+
- [GL] Removed UnmanagedFunctions.wrap usage
7681

7782
### 5.6.0-prerelease0002
7883
- Switched to Aardvark.Data.Assimp
@@ -88,9 +93,6 @@
8893
- [Vulkan] Improved queue submission
8994
- [Vulkan] Integrated VMA for memory management
9095

91-
- [GL] Removed UnmanagedFunctions.wrap usage
92-
- [Vulkan] Fixed ImageSamplerArrayResource leaking deltas
93-
9496
### 5.5.17
9597
- [GL] fixed quadbuffer stereo rendering
9698
- [GL] Fixed blend modes not being toggled properly per attachment

0 commit comments

Comments
 (0)