Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quick fix to Changelog #194

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions changelog/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Changelog

## 11th October 2024
* Add `rolling` to [release strategy type](../mews-operations/availabilityBlock.md#release-strategy-type) and `offset` to [release strategy](../mews-operations/availabilityBlock.md#release-strategy) to support _rolling release strategy_.
* Update _contract_ and _description_ for `fixedDate` in [release strategy](../mews-operations/availabilityBlock.md#release-strategy). It's mandatory just for `fixed` [release strategy type](../mews-operations/availabilityBlock.md#release-strategy-type).
* Extend [CHM: availability block](../channel-manager-operations/availabilityBlock.md#availability-block) by [`releaseStrategy`](../mews-operations/availabilityBlock.md#release-strategy) to support `rolling` [release strategy type](../mews-operations/availabilityBlock.md#release-strategy-type).
* Deprecated `releasedDate` in [CHM: Dates](../channel-manager-operations/availabilityBlock.md#dates) and replaced by `fixedDate` of [release strategy](../mews-operations/availabilityBlock.md#release-strategy). see [Deprecations](../deprecations/README.md#deprecated-properties).
* [Mews: Process availability block](../mews-operations/availabilityBlock.md) – Added `Rolling` to release strategy type; added `offset` property to release strategy object, and updated contract and description for `fixedDate` property (NOT a breaking change)
* [CHM: Process availability block](../channel-manager-operations/availabilityBlock.md) – Added `releasedStrategy` property to availability block object and deprecated `releasedDate` property – see [Deprecations](../deprecations/README.md).

## 10th October 2024

Expand Down
Loading