From 8dd854464a759ad8d2131883ab194cf3d9ffd9ba Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 30 Mar 2023 13:06:22 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 277fd3f6..ca27ff69 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,12 @@ +### 5.2.22 +* Fixed RandomSample.Lambertian internal calculation precision +* Added float bits method overloads for unsigned vectors +* Use reflection-based PixImageMipMap creation +* [TypeInfo] Added color-related types and patterns +* [Trafo] Implemented infinite far plane for perspective projection +* [Trafo] Added reversed perspective projection variants +* [Introspection] Increased verbosity level of custom attribute error + ### 5.2.21 * Made non-generic PixImage creation more flexible and robust * Added NativePtr.Item and NativePtr.Value