Skip to content

Commit 3f8afec

Browse files
Update CHANGELOG.md (#53)
1 parent d8e9682 commit 3f8afec

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.7 - 17.10.2024
7+
## Version 1.1.0 - 17.10.2024
88

99
### Fixed
1010

@@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1515

1616
- Multiple protocols for a service now renders multiple openapi documents.
1717
- Format and type are now preserved for function parameters.
18+
- Fixed allowedValues on all primitive types.
1819

1920
### Added
2021

@@ -27,9 +28,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2728

2829
- Entities annotated with `@cds.autoexpose[d]` but explicitly exposed in the service are now made read-write.
2930
- Added a wrapper `properties` object for primitive return types.
30-
3131
- Adding protocol and service name information to the server URL incase of `openapi:servers` option.
3232

33+
### Changed
34+
35+
- Using `@title`, `@Core.Description` and `@Core.LongDescription` for titles and descriptions for improving the default texts in `info` object and `x-sap-shortText`.
36+
3337
## Version 1.0.5 - 30.07.2024
3438

3539
### Changed

0 commit comments

Comments
 (0)