Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions changelog_page_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!-- Template for the change log page of a specification release -->
<!-- The "date:" field is used as a "publish" date for the automated Hugo processing -->
---
title: "Change Log"
date: YYYY-MM-DD
summary: "Wombat 1.0 Change Log"
---

<!-- Please describe the service release changes made to Jakarta Wombat 1.0. -->
<!-- The intent is to provide clarity about what has changed in each API and TCK service release. -->
<!-- It is not necessary to create this file for the initial release of a specification. -->

# API Changes

## CHANGES IN THE 1.0.1 RELEASE

<!-- Provide a bullet point list of the fixed issues or other changes -->

* https://github.com/jakartaee/wombat/issues/231

# TCK Changes

## CHANGES IN THE 1.0.1 RELEASE

### Addressed Issues

<!-- Provide a bullet point list of the addressed TCK challenge and issue URLs -->

* https://github.com/jakartaee/wombat/issues/123

### Other Changes

<!-- Provide a bullet point list of any other miscellaneous changes resolved in this release -->

* https://github.com/jakartaee/wombat/issues/321