Skip to content

Commit 3f97345

Browse files
committed
Update CHANGELOG.md
1 parent a96b97b commit 3f97345

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
# Changelog
22

3-
## [0.1.1] -
3+
## [0.1.1] - 2024-06-13
44

55
- Make some changes to tungsten and aluminum models to be more consistent with
66
the use of minus signs in different operators: move minus sign from peak
77
function to opCk operator (commits 8685f7a and b4392b3).
88
- Bug fixes and changes in CMakeLists.txt: conditionally install nlohmann_json
99
headers (issue #16), do not add RPATH to binaries when installing them,
1010
(commit 6c91de3) and also install binaries to INSTALL_PREFIX/bin (issue #14).
11-
- Start using clang-format in the project (ci pipeline).
11+
- Start using clang-format in the project (ci pipeline). (Issue #43)
1212
- Add possibility to add initial and boundary conditions to fields with other
13-
name than "default".
14-
- Add schema file for the input file.
13+
name than "default". (Commit c65fb23)
14+
- Add schema file for the input file. (Commit 6eeeab9)
15+
- Fix license headers in source files, add license header checker to GH Action
16+
and in general improve licensing information. (Issues #25, #39, #40)
17+
- Replace `#pragma once` with a proper include guard in all header files. (Issue
18+
#48)
19+
- Fix bug with clang-tidy configuration preventing compilation. (Issue #52)
20+
- Major updates to README.md: update citing information, add description of
21+
application structure, add new images, scalability results, and add example
22+
simulation of Cahn-Hilliard equation. (Issues #5, #19, #22, #23, #27, #28,
23+
#40)
1524

1625
## [0.1.0] - 2023-08-17
1726

0 commit comments

Comments
 (0)