Skip to content
Snippets Groups Projects
Commit aa4f2776 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Move changelog entry before release 2.9 section

parent 4fbc7219
No related branches found
No related tags found
1 merge request!1187Move changelog entry before release 2.9 section
Pipeline #54989 passed
Pipeline: Dune Nightly Test

#54991

    ......@@ -4,6 +4,9 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
    -->
    ## Changelog
    - Add user-defined literals `_ic`, `_uc` and `_sc` to represent integral constants.
    - Add "hybrid" functors for basic math operations with integral constant arguments, i.e., `Hybrid::max`, `Hybrid::min`, `Hybrid::plus`, `Hybrid::minus`, and `Hybrid::equals`. Operations between two integral constants result in an integral constant, whereas operations with at least one non integral constant argument is performed on the underlying value type.
    # Master (will become release 2.9)
    ......@@ -43,8 +46,6 @@ In order to build the DUNE core modules you need at least the following software
    - The storage type `ReservedVector` is extended to follow more closely the `std::vector` and
    `std::array` interfaces.
    - Add user-defined literals `_uc` and `_sc` to represent integer constants.
    ## Build System
    - Improve the the function `dune_add_library` by separating the target types normal, interface, and
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment