Skip to content

Commit 1c244c2

Browse files
authored
Prepare Release 1.0.4 (#59)
1 parent 5fd8314 commit 1c244c2

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## Version 1.0.4 - 08.01.24
8+
9+
### Added
10+
11+
- Side effect annotation now allows automatic refresh after a custom action caused changes
12+
13+
### Changed
14+
15+
- Added a check to disable change tracking for views with a UNION
16+
17+
### Fixed
18+
19+
- Handling of associations within change tracked entities
20+
- Handling of change log when custom actions on child entities are called
21+
722
## Version 1.0.3 - 10.11.23
823

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

3954
- Initial release
55+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js/change-tracking",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "CDS plugin providing out-of-the box support for automatic capturing, storing, and viewing of the change records of modeled entities.",
55
"repository": "cap-js/change-tracking",
66
"author": "SAP SE (https://www.sap.com)",

0 commit comments

Comments
 (0)