From 4243bf5ccb23644391b23a33bf6d0c49d8549acb Mon Sep 17 00:00:00 2001 From: Andre Pradhana Date: Fri, 29 Oct 2021 19:53:59 -0700 Subject: [PATCH] Fix paragraphs. Signed-off-by: Andre Pradhana --- doc/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changes.txt b/doc/changes.txt index 8aa6984608..15eb3241b5 100644 --- a/doc/changes.txt +++ b/doc/changes.txt @@ -22,15 +22,18 @@ static sparse volumes in OpenVDB. See the for details. +@par
Faster build times from support for explicit template instantiation, which is enabled by default for most of the tools.
+@par
Added support for OpenEXR 3. This is contributed by Cary Phillips.
+@par
Added transient data to the RootNode, InternalNode, and LeafNode.