Skip to content

Commit

Permalink
chore: updated CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhuene committed Nov 22, 2024
1 parent ca16ec5 commit 98f0691
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wdl-analysis/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Removed the "optional type" constraint for the `select_first`, `select_all`,
and `defined` functions; instead, these functions now accepted non-optional
types and analysis emits a warning when the functions are called with
non-optional types ([#258](https://github.com/stjude-rust-labs/wdl/pull/258)).
* The "required primitive type" constraint has been removed as every place the
constraint was used should allow for optional primitive types as well;
consequently, the AnyPrimitiveTypeConstraint was renamed to simply
Expand Down
1 change: 1 addition & 0 deletions wdl-engine/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Implement the `defined` and `length` functions from the WDL standard library ([#258](https://github.com/stjude-rust-labs/wdl/pull/258)).
* Fixed `Map` values not accepting `None` for keys ([#257](https://github.com/stjude-rust-labs/wdl/pull/257)).
* Implement the generic map functions from the WDL standard library ([#257](https://github.com/stjude-rust-labs/wdl/pull/257)).
* Implement the generic array functions from the WDL standard library ([#256](https://github.com/stjude-rust-labs/wdl/pull/256)).
Expand Down

0 comments on commit 98f0691

Please sign in to comment.