Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robertisele committed Jun 10, 2024
1 parent d6454f1 commit 3a7890c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/)

## Unreleased

### Added

- Added workflow status to execution context. This can be used to check if the workflow task has been cancelled by the user: `context.workflow.status() != "Canceling"`
- Added workflow identifier to execution context: `context.workflow.workflow_id()`
- Added package_name to PluginDescription. This is read by DataIntegration and part of the plugin JSON.

## [4.6.0] 2024-06-07

Expand Down

0 comments on commit 3a7890c

Please sign in to comment.