Skip to content

Commit

Permalink
Merge pull request #416 from GEOS-ESM/feature/mathomp4/update-changel…
Browse files Browse the repository at this point in the history
…og-for-215-release

Update CHANGELOG for release
  • Loading branch information
mathomp4 authored Jun 11, 2020
2 parents cee5afe + d3e07f7 commit 0f5e806
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Changed
Added MODE argument to MAPL_RecordAlarmIsNeeded. This is in sync with "yuri-s2s3-unstable-SLES12" CVS tag. Needed for "dual ocean"
### Fixed
Fixed logger creation (similar fix was already applied to develop branch to fix issue #397)
### Removed
### Added

## [2.1.5] - 2020-06-11

### Changed

- Added MODE argument to MAPL_RecordAlarmIsNeeded. This is in sync with "yuri-s2s3-unstable-SLES12" CVS tag. Needed for "dual ocean"

### Fixed

- Fixed logger creation (similar fix was already applied to develop branch to fix issue #397)

## [2.1.4] - 2020-05-21

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW)

project (
MAPL
VERSION 2.1.3
VERSION 2.1.5
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if (EXISTS ${CMAKE_CURRENT_LIST_DIR}/@cmake)
Expand Down

0 comments on commit 0f5e806

Please sign in to comment.