Skip to content
Snippets Groups Projects
Commit 167e513e authored by Jö Fahlke's avatar Jö Fahlke
Browse files

[CHANGELOG.md] Fix ambiguous sentences.

See [garden path sentence][].

[garden path sentence]: https://en.wikipedia.org/wiki/Garden_path_sentence
parent 0f4c1130
Branches
Tags
4 merge requests!586Centralize CI config for 2.6 release,!531Update CI for 2.6 release branch,!407[bugfix,2.6] Fix CMake with deactivated compiler version check,!384[CHANGELOG.md] Fix ambiguous sentences.
Pipeline #
# Release 2.6
- New class `IntegralRange<integral_type>` and free standing function
`range` added providing a feature similar to Python's `range` function:
`range` added, providing a feature similar to Python's `range` function:
```
for (const auto &i : range(5,10))
```
See core/dune-common!325
- `Dune::array` was deprecated use `std::array` from <array> instead.
- `Dune::array` was deprecated, use `std::array` from <array> instead.
Instead of `Dune::make_array`, use `Dune::Std::make_array`
from dune/common/std/make_array.hh
and `Dune::filledArray` instead of `Dune::fill_array`
and instead of `Dune::fill_array` use `Dune::filledArray`
from dune/common/filledarray.hh.`
See core/dune-common!359
......@@ -32,4 +32,4 @@
- `FieldMatrix` now has experimental support for SIMD types from
[Vc](https://github.com/VcDevel/Vc) as field types.
See core/dune-common!121
\ No newline at end of file
See core/dune-common!121
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment