Skip to content

Commit bfe6611

Browse files
committed
reorder some things
1 parent b27437c commit bfe6611

2 files changed

Lines changed: 22 additions & 14 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Taken from https://github.com/JuliaDocs/Documenter.jl/blob/8591fb1c85a9ddc78ea7ae91f43cd4edab9c1252/.github/workflows/Changelog.yml
22
#
33
# Enforces the update of a changelog file on every pull request
4-
# Can be skipped with the `Skip Changelog` label
4+
# Can be skipped with the `skip changelog` label
55
name: Changelog Update Check
66
on:
77
pull_request:
@@ -13,4 +13,4 @@ jobs:
1313
steps:
1414
- uses: dangoslen/changelog-enforcer@v3
1515
with:
16-
skipLabels: 'Skip Changelog'
16+
skipLabels: 'skip changelog'

CHANGELOG.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Next] - xxxx-xx-xx
99

10+
## [v1.4.0] - 2026-04-20
11+
1012
### Added
11-
- Add `MultiFieldCellValues` as a `FEValues` object optimized for problems with multiple fields. ([#872])
12-
- Embedded elements now return mixed tensors ([https://github.com/Ferrite-FEM/Tensors.jl/pull/236])
13-
instead of static arrays. ([#1286])
13+
- Add `MultiFieldCellValues` as a `FEValues` object optimized for problems with multiple
14+
fields. ([#872])
15+
- Embedded elements now return mixed tensors
16+
([https://github.com/Ferrite-FEM/Tensors.jl/pull/236]) instead of static arrays.
17+
([#1286])
1418
- `facedof_indices` and `edgedof_indices` are now generated by default. ([#1293])
1519
- Widen interfaces to allow more vector types ([#1252])
1620
- Assembly of rectangular matrices. ([#1279])
1721

18-
### CI
19-
- Add Typo checker to CI. ([#865])
20-
- Add Changelog check to CI. ([#1321])
21-
- Make coloring algorithms deterministic. ([#1295])
22-
- Update actions. ([#1314], [#1315])
22+
### Fixes
23+
- The result of grid coloring is now not dependent on iteration order of dictionaries and
24+
sets. This may change the coloring obtained from `create_coloring` compared to previous
25+
Ferrite versions. ([#1295])
2326

2427
### Performance
2528
- Simplify `InterfaceIterator`. ([#1281])
26-
- The default `allocate_matrix` call has been optimized using specialized code paths. ([#1302])
29+
- The default `allocate_matrix` call has been optimized using specialized code paths.
30+
([#1302])
2731
- Remove redundant views in `InterfaceValues`. ([#1306])
2832
- Optimize `apply!` call on constraint handler. ([#1310])
2933

3034
### Documentation
3135
- Fix typos in the tutorials. ([#865], [#1268], [#1271], [#1278], [#1298], [#1313])
32-
- Replace incorrect `threadid` calls with recommended threading approach in Landau example ([#1294])
36+
- Replace incorrect `threadid` calls with recommended threading approach in Landau example
37+
([#1294])
38+
39+
### CI
40+
- Add typo checker to CI. ([#865])
41+
- Add changelog check to CI. ([#1321])
42+
- Update actions. ([#1314], [#1315])
3343

3444
## [v1.3.0] - 2026-01-09
3545

@@ -56,8 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5666
[#1235])
5767
- Relax vector input type from `Vector` to `AbstractVector` in `evaluate_at_points!`.
5868
([#1183])
59-
- The result of grid coloring is now not dependent on iteration order of dictionaries and sets. This may change the coloring obtained from `create_coloring`
60-
compared to previous Ferrite versions.
6169

6270
### Documentation updates
6371
- Extended assembly docs with information on how to support direct assembly into new matrix

0 commit comments

Comments
 (0)