Skip to content

Commit

Permalink
Prepare Release 1.0.4 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaputnik authored Jan 8, 2024
1 parent 5fd8314 commit 1c244c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## Version 1.0.4 - 08.01.24

### Added

- Side effect annotation now allows automatic refresh after a custom action caused changes

### Changed

- Added a check to disable change tracking for views with a UNION

### Fixed

- Handling of associations within change tracked entities
- Handling of change log when custom actions on child entities are called

## Version 1.0.3 - 10.11.23

### Added
Expand Down Expand Up @@ -37,3 +52,4 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added

- Initial release

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js/change-tracking",
"version": "1.0.3",
"version": "1.0.4",
"description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.",
"repository": "cap-js/change-tracking",
"author": "SAP SE (https://www.sap.com)",
Expand Down

0 comments on commit 1c244c2

Please sign in to comment.