From c2b344bee7284f41c60248bfc3a52631791ce067 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 15 Oct 2024 15:05:18 -0700 Subject: [PATCH] Stage for v3.0.0.0-beta1 Signed-off-by: Larry Gritz --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 74368fad47..611974487d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -Release 3.0 (beta 1 - Oct 14, 2024) -- compared to 2.5.16.0 +Release 3.0 (beta 1 - Oct 15, 2024) -- compared to 2.5.16.0 ----------------------------------------------------------- Executive Summary / Highlights: @@ -9,6 +9,7 @@ Executive Summary / Highlights: --ocionamedtransform, --popbottom, --stackreverse, --stackclear, --stackextract; improved --for behavior for reverse direction. - Lots of long-deprecated API calls have been removed entirely. + Please see [the detailed deprecation list](docs/Deprecations-3.0.md). - New ImageBufAlgo: perpixel_op, demosaic, ocionamedtransform. - ImageBuf now by default does not use ImageCache to mediate file images, unless you explicitly ask for it.