Skip to content

Commit 5c11089

Browse files
authored
Prepare CHANGELOG.md for next release (#78)
1 parent 040471e commit 5c11089

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,22 @@ 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.6 - TBD
8+
9+
### Fixed
10+
11+
- Storage of wrong ObjectID in some special scenarios
12+
- Missing localization of managed fields
13+
- Views without keys won't get the association and UI facet pushed anymore
14+
15+
### Added
16+
17+
- A method to disable automatic generation of the UI Facet
18+
19+
### Changed
20+
21+
- Improved documentation of the @changelog Annotation
22+
723
## Version 1.0.5 - 15.01.24
824

925
### Fixed

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.5",
3+
"version": "1.0.6",
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)