Skip to content

Commit

Permalink
RELEASES.md: Tag more C++ modernizations with BREAKING
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Jul 24, 2020
1 parent f3ba17f commit 664cd98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Samuel Debionne, Thiago Henrique Hüpner, Pranam Lashkari, Mateusz Loskot, Debab
- Move all tests, core features and extensions, inside `test/` directory ([PR #302](https://github.com/boostorg/gil/pull/302)).

### Removed
- Replace Boost.MPL with Boost.MP11 ([PR #274](https://github.com/boostorg/gil/pull/274)).
- BREAKING: Replace Boost.MPL with Boost.MP11 ([PR #274](https://github.com/boostorg/gil/pull/274)).
- Removed use of Boost.TypeTraits ([PR #274](https://github.com/boostorg/gil/pull/274)).
- Dropped support for GCC <= 4.8 ([PR #296](https://github.com/boostorg/gil/pull/296)).
- Remove `include/boost/gil/version.hpp` file as unused ([PR #403](https://github.com/boostorg/gil/pull/403)).
Expand Down Expand Up @@ -148,7 +148,7 @@ Mateusz Loskot, Marcel Metz, Stefan Seefeld
## [1.68.0] - 2018-08-09

### Added
- The library now requires a C++11-compliant compiler.
- BREAKING: The library now requires a C++11-compliant compiler.
- New top-level all-in-one `include/boost/gil.hpp` header.
- Added Toolbox extension following the [review and acceptance into Boost](https://lists.boost.org/boost-announce/2011/01/0281.php).

Expand Down

0 comments on commit 664cd98

Please sign in to comment.