From 312f72d587d38b5b8e7b529fc848ba39d149c8d7 Mon Sep 17 00:00:00 2001 From: Peter Huene Date: Wed, 20 Nov 2024 11:30:21 -0800 Subject: [PATCH] chore: update CHANGELOG.md. --- wdl-engine/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wdl-engine/CHANGELOG.md b/wdl-engine/CHANGELOG.md index e6d40ccce..36ed6b145 100644 --- a/wdl-engine/CHANGELOG.md +++ b/wdl-engine/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +* Implement the generic array functions from the WDL standard library ([#256](https://github.com/stjude-rust-labs/wdl/pull/256)). * Implement the string array functions from the WDL standard library ([#255](https://github.com/stjude-rust-labs/wdl/pull/255)). * Replaced the `Value::from_json` method with `Value::deserialize` which allows for deserialization from any self-describing data format; a method for