From 95679b6280b4cc8a20c208fb0008c4579a1a8070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Mon, 27 Jun 2022 08:56:12 +0100 Subject: [PATCH] docs!: Announce plan to require C++17 after Boost 1.80 (#694) For Boost 1.80 we have announced switch from C++11 to C++14 as an intermediate step: https://github.com/boostorg/gil/pull/677 As we will be moving forward with refactoring and modernisations, we are planning to switch to C++17 in (near) future Boost release: https://github.com/boostorg/gil/discussions/676 --- RELEASES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 419ca6e145..ca2574ae64 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [1.80.0] - 2022-08-10 +NOTICE: We are planning BREAKING switch to C++17 as minimum required C++ language version in one or two releases after Boost 1.80 ([Discussion #676](https://github.com/boostorg/gil/discussions/676)) + ### Added - Added `image` constructor from compatible view ([PR #520](https://github.com/boostorg/gil/pull/520)) - Added inverse function for affine `matrix3x2` ([PR #527](https://github.com/boostorg/gil/pull/527))