From 4725229942c3bbf326eac708c0a969ddfe88d6ee Mon Sep 17 00:00:00 2001 From: Shuheng Liu Date: Thu, 6 Feb 2025 10:05:42 -0500 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a1171a..fb59bad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - #469 Added ability to include an `IPMVersion` in `SystemRequirement` of module.xml - #530 Added a `CustomPhase` attribute to `` that doesn't require a corresponding %method in lifecycle class. - #582 Added functionality to optionally see time of last update and server version of each package -- #609 Added support for `-export-deps` when running the "Package" phase of lifecycle +- #609,#729 Added support for `-export-deps` when running the "Package" phase (and, consequently, the "Publish" phase) of lifecycle - #541 Added support for ORAS repository - #702 Added a new lifecycle phase `Initialize` which is used for preload - #702 Added a `` resource, which can be used for CPF merge before/after a specified lifecycle phase or in a custom lifecycle phase.