Skip to content

Commit 8e981f2

Browse files
Update changelog (#54)
* Update CHANGELOG.md * Update CHANGELOG.md
1 parent 3f8afec commit 8e981f2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,26 @@ 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.1.0 - 17.10.2024
7+
8+
## Version 1.1.0 - tbd
89

910
### Fixed
1011

12+
- Fixed allowedValues on all primitive types.
1113
- Removed duplicates in `tags`.
1214

15+
## Version 1.0.7 - 17.10.2024
1316

1417
### Fixed
1518

1619
- Multiple protocols for a service now renders multiple openapi documents.
1720
- Format and type are now preserved for function parameters.
1821
- Fixed allowedValues on all primitive types.
1922

23+
### Changed
24+
25+
- Using `@title`, `@Core.Description` and `@Core.LongDescription` for titles and descriptions for improving the default texts in `info` object and `x-sap-shortText`.
26+
2027
### Added
2128

2229
- OpenAPI documents can now have `externalDocs` object provided through `@OpenAPI.externalDocs` annotation in the service level of CDS.

0 commit comments

Comments
 (0)