Skip to content

Commit e55a55f

Browse files
committed
Update changelog. Add md section to editorconfig
1 parent 09f71b8 commit e55a55f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.editorconfig

+5
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ indent_size = 2
2525
[{CMakeLists.txt,*.cmake,*.rst}]
2626
indent_style = space
2727
indent_size = 2
28+
29+
# Markdown
30+
[*.md]
31+
trim_trailing_whitespace = true
32+
indent_style = space

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Finalize profiler in MAPL_finalize call
2828
- Fix how a retry-build is done in CI
2929
- Fix issue with logger message and single quotes
30+
- Fix bug with profiler reporting in programs
3031

3132
### Changed
3233

@@ -36,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3637
- extracted helper procedures in GenericInitialize
3738
- Added new step to CircleCI to try and re-run build on failure.
3839
- Updated CircleCI config to use new [GEOS-ESM/circleci-tools orb](https://circleci.com/developer/orbs/orb/geos-esm/circleci-tools)
40+
- Added Markdown rules to `.editorconfig`
3941

4042
## [2.15.1] - 2022-01-06
4143

0 commit comments

Comments
 (0)