This is an automated email from the ASF dual-hosted git repository.
mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6816549 Fix glitches in 3.8.0 release notes
6816549 is described below
commit 681654987b388d2bcf309e80aaf9470ca418d49b
Author: Michael Beckerle <[email protected]>
AuthorDate: Mon Jun 10 10:42:03 2024 -0400
Fix glitches in 3.8.0 release notes
Found during rc1 review.
DAFFODIL-2908
---
site/_releases/3.8.0.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/site/_releases/3.8.0.md b/site/_releases/3.8.0.md
index ff17226..6aa8259 100644
--- a/site/_releases/3.8.0.md
+++ b/site/_releases/3.8.0.md
@@ -50,7 +50,7 @@ details.
* {% jira 2900 %} - enable javadoc and scaladoc for runtime1 api
* {% jira 2905 %} - add error parameter to N-byte-swap layer
* {% jira 2907 %} - Improve documentation for building/testing the release
candidate container
-* {% jira 2104 %} - TDML runner - throws exception if test has neither
<tdml:errors> nor <tdml:infoset>
+* {% jira 2104 %} - TDML runner - throws exception if test has neither
`<tdml:errors>` nor `<tdml:infoset>`
* {% jira 2843 %} - Unclear how to create Parse/UnparseError from
ParseOrUnparseState
* {% jira 2883 %} - Pre-existing PUA characters in data cause SDE
* {% jira 2887 %} - Choice branch array with discriminator or direct dispatch
broken
@@ -73,7 +73,7 @@ use the new API in 3.8.0.
See the [Layers](/layers) documentation which has links to the javadoc for the
new API.
-{% jira 2825 %}
+{% jira 2825 %} Define supported layering API
### Dependency Changes