From c963ef85aa749d07ad8b173f55fd42c131256189 Mon Sep 17 00:00:00 2001 From: Jonathan Stone Date: Mon, 7 May 2018 18:43:42 -0700 Subject: [PATCH] Finalize changelog for MaterialX 1.35.5 (#103) This changelist finalizes the changelog for MaterialX 1.35.5, and adds a link to the developer guide in the top-level readme. --- CHANGELOG.md | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a866ab7827..b82de46c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [1.35.5] - Development +## [1.35.5] - 2018-05-07 ### Added - Added material inheritance support to graph traversal and the high-level Material API. diff --git a/README.md b/README.md index c7bc6f54a7..03d010843f 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,7 @@ The MaterialX repository consists of the following folders: and graph traversal, while the MaterialXFormat module supports XML serialization. python - Support modules for MaterialX Python. + +### Additional Resources + +- The [Developer Guide](http://www.materialx.org/docs/api/index.html) contains more detailed documentation and code examples in C++ and Python. \ No newline at end of file