Skip to content

Commit

Permalink
Merge pull request #216 from Goddard-Fortran-Ecosystem/tclune-patch-1
Browse files Browse the repository at this point in the history
Update ChangeLog.MD
  • Loading branch information
tclune authored Mar 3, 2024
2 parents a5fdd3f + bd529af commit d4203cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ChangeLog.MD
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Change Log

## Unreleased
### Fixed

- (#211) Fixed bug in implementation of erase(first, last) for vector & deque containers. When the range was empty, then some cases would erronously call `MOVE_ALLOC(x,x)` which is illegal.


## [1.12.0] - 2024-03-03
Expand All @@ -12,6 +9,10 @@

- Fujitsu compiler support

### Fixed

- (#211) Fixed bug in implementation of erase(first, last) for vector & deque containers. When the range was empty, then some cases would erronously call `MOVE_ALLOC(x,x)` which is illegal.

## [1.11.0] - 2023-11-28

### Added
Expand Down

0 comments on commit d4203cc

Please sign in to comment.