Skip to content

Commit f85aa57

Browse files
committed
Release notes for v3.1.6
Signed-off-by: Cary Phillips <[email protected]>
1 parent 2203698 commit f85aa57

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Imath Release Notes
22

3+
* [Version 3.1.6](#version-316-november-4-2022) November 4, 2022
34
* [Version 3.1.5](#version-315-march-28-2022) March 28, 2022
45
* [Version 3.1.4](#version-314-january-21-2022) January 21, 2022
56
* [Version 3.1.3](#version-313-september-2-2021) September 2, 2021
@@ -14,6 +15,23 @@
1415
* [Version 3.0.0-beta](#version-300-beta-march-15-2021) March 15, 2021
1516
* [Inherited History from OpenEXR](#inherited-history-from-openexr)
1617

18+
## Version 3.1.6 (November 4, 2022)
19+
20+
Patch release with miscellaneous bug/doc/build fixes.
21+
22+
* \[[#269](https://github.com/AcademySoftwareFoundation/Imath/pull/269)\] fix memory leak in V3fArrayFromBuffer
23+
* \[[#268](https://github.com/AcademySoftwareFoundation/Imath/pull/268)\] Add <cstdint> for int64_t
24+
* \[[#263](https://github.com/AcademySoftwareFoundation/Imath/pull/263)\] Initialize x in testRoots.cpp:solve() to suppress compiler warning
25+
* \[[#262](https://github.com/AcademySoftwareFoundation/Imath/pull/262)\] Fix gcc compiler warning in testFun.cpp
26+
* \[[#261](https://github.com/AcademySoftwareFoundation/Imath/pull/261)\] Test return value of extractSHRT to avoid uninitialized reference
27+
* \[[#260](https://github.com/AcademySoftwareFoundation/Imath/pull/260)\] Fix example code so it compiles as is
28+
* \[[#259](https://github.com/AcademySoftwareFoundation/Imath/pull/259)\] Cuda safety in several headers
29+
* \[[#256](https://github.com/AcademySoftwareFoundation/Imath/pull/256)\] Fix markdown and typos in README.md
30+
* \[[#255](https://github.com/AcademySoftwareFoundation/Imath/pull/255)\] Do not warn if half.h has already being included
31+
* \[[#250](https://github.com/AcademySoftwareFoundation/Imath/pull/250)\] Fix compiler warnings on windows
32+
* \[[#249](https://github.com/AcademySoftwareFoundation/Imath/pull/249)\] Remove irrelevant cvs ignore files
33+
* \[[#248](https://github.com/AcademySoftwareFoundation/Imath/pull/248)\] Update sphinx version
34+
1735
## Version 3.1.5 (March 28, 2022)
1836

1937
Patch release with miscellaneous bug/doc/build fixes.

0 commit comments

Comments
 (0)