From c618207fcff4d4add362c31c9b67656af7c6c292 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Thu, 20 Apr 2023 16:10:52 -0700 Subject: [PATCH] Finalize changelog for v1.38.7 (#1336) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7714853b..f41e703903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [1.38.7] - Development +## [1.38.7] - 2023-04-21 ### Added - Added the [MaterialX Graph Editor](https://github.com/AcademySoftwareFoundation/MaterialX/blob/main/documents/DeveloperGuide/GraphEditor.md), an example application for visualizing, creating, and editing MaterialX graphs. @@ -11,6 +11,7 @@ - Added support for [authored bitangent vectors](https://github.com/AcademySoftwareFoundation/MaterialX/pull/1156) in GLSL, selected by the hwImplicitBitangents generator option. - Added a [tangent input](https://github.com/AcademySoftwareFoundation/MaterialX/pull/1157) to the glTF PBR shading model. - Added a [Clang Format](https://github.com/AcademySoftwareFoundation/MaterialX/pull/1174) step to GitHub Actions builds. +- Added support for [Xcode 14](https://github.com/AcademySoftwareFoundation/MaterialX/pull/1326). ### Changed - Included the [standard data libraries](https://github.com/AcademySoftwareFoundation/MaterialX/pull/1237) in MaterialX Python packages.