diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aa15bee485..03230ba863 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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