Update RELEASE_NOTES for 1.11.1

This commit is contained in:
Benjamin Doherty
2021-07-26 10:05:41 -07:00
parent 26661375ae
commit ba68ea89cd

View File

@@ -3,7 +3,9 @@
This file contains one line summaries of commits that are worthy of mentioning in release notes.
A new header is inserted each time a *tag* is created.
## v1.11.2 (currently main branch)
## v1.11.3 (currently main branch)
## v1.11.2
- engine: New API: `ColorGrading::Builder::toneMapper(const ToneMapper*)`.
- engine: New tone mapper: `GenericToneMapper`, a configurable tone mapper.
@@ -15,8 +17,11 @@ A new header is inserted each time a *tag* is created.
- engine: Luminance scaling can now be used with any tone mapping operator. It was previously tied
to the "EVILS" tone mapping operator.
- engine: Removed the "EVILS" tone mapping operator [⚠️ **API Change**].
- engine: Improvements to Skinning. A new `SkinningBuffer` API allows bone sharing between
- engine: Improvements to Skinning. A new `SkinningBuffer` API allows bone sharing between
renderables.
- engine: Improvements to internal memory allocation for Metal and Vulkan backends.
- engine: Default to OpenGL backend when Windows does not support Vulkan.
- samples: Add new sample app: image_viewer.
## v1.11.0