From 8441dc5fda2ceaf7b8f6b7cceac800846f6f2f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Tue, 7 Apr 2020 00:03:20 +0200 Subject: [PATCH] Add PR #457 to release notes [ci skip] --- RELEASES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 65301f7d3d..f2154d325a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -3,9 +3,10 @@ All notable changes to [Boost.GIL](https://github.com/boostorg/gil/) project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## ## [1.73.0] - [Unreleased] +## ## [1.73.0] - 2020-04-22 (beta) ### Added +- Added move constructor and move assignment operator to `image` class ([PR #457](https://github.com/boostorg/gil/pull/457)). - New member function `size()` in `any_image_view` class ([PR #456](https://github.com/boostorg/gil/pull/456)). - Numerous new test cases for existing features.