From 88935d0b4e5b4d33cfd93a893e88aee4108cca37 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 28 Mar 2021 14:10:38 -0700 Subject: [PATCH] Release notes for 3.0.1-beta (#132) * Release notes for 3.0.1-beta Signed-off-by: Cary Phillips * Set date of 3.0.1-beta to March 28 Signed-off-by: Cary Phillips --- CHANGES.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2dc767e4..3bcddc13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,17 @@ # Imath Release Notes -* [Version 3.0.0-beta](#version-300-beta-Mar-15-2021) March 15, 2021 +* [Version 3.0.1-beta](#version-301-beta-march-28-2021) March 28, 2021 +* [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021 * [Inherited History from OpenEXR](#inherited-history-from-openexr) +## Version 3.0.1-beta (March 28, 2021) + +Beta patch release: + +* \[[#131](https://github.com/AcademySoftwareFoundation/Imath/pull/131)\] #if IMATH_FOREIGN_VECTOR_INTEROP around type detectors + +* \[[#130](https://github.com/AcademySoftwareFoundation/Imath/pull/130)\] Forward declarations only if header is not included + ## Version 3.0.0-beta (March 15, 2021) First release of Imath independent of OpenEXR.