Skip to content

Commit 24d86ea

Browse files
Housekeeping for next release (#127)
Co-authored-by: Wenjun Zheng <[email protected]>
1 parent 12c983c commit 24d86ea

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.8 - TBD
8+
9+
### Added
10+
11+
- Added @UI.MultiLineText to value fields
12+
- Added support for Multi-Tenancy
13+
14+
### Fixed
15+
16+
- Handling of numeric and boolean fields was faulty, when an initial value of `0` for numeric or `false` for boolean was supplied
17+
- Decimal values were handled differently for HANA and SQlite
18+
- Missing UI Label for one attribute (`ChangeLog.ID`) of the Changes UI facet
19+
- Support for @UI.HeaderInfo.TypeName as fallback for the UI Label of the key
20+
- Compilation error when an association is used as a key
21+
- Fixed handling of unmanaged composition of many
22+
23+
24+
### Changed
25+
26+
- Added warning and mitigation for multi-tenant deployments with MTX
27+
- Added a disclaimer of upcoming new version having a minimum requirement of CDS 8.6 for multitenancy fix
28+
29+
730
## Version 1.0.7 - 20.08.24
831

932
### Added

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