Skip to content
Snippets Groups Projects
Commit 762b26e5 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Merge branch 'cleanup/fix-changelog' into 'master'

[cleanup][doc] Fix changelog

See merge request !1324
parents 53433771 a48100db
Branches
Tags
1 merge request!1324[cleanup][doc] Fix changelog
Pipeline #66896 passed with warnings
Pipeline: Dune Nightly Test

#66897

    ......@@ -8,8 +8,6 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
    ## Dependencies
    In order to build the DUNE core modules you need at least the following software:
    - The construction of `FiedlMatrix` and `FieldVector` from `std::initializer_list`
    is now `constexpr`.
    - C++ compilers LLVM Clang >= 10 or GCC g++ >= 9
    - CMake >= 3.16
    - Optional: pkg-config to find other optional dependencies
    ......@@ -17,6 +15,9 @@ In order to build the DUNE core modules you need at least the following software
    ## Changelog
    - The construction of `FiedlMatrix` and `FieldVector` from `std::initializer_list`
    is now `constexpr`.
    - Python: Add a dump/load functions to dune.common.pickle which add support
    for storing and recreating the JIT generated modules required for the
    pickling of dune objects to work. In addition a class for writing time
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment