Skip to content

Commit

Permalink
improved changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Mar 17, 2021
1 parent c35240e commit 3797ab4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion activation/2.0/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Jakarta Activation 2.0"
title: "Change Log"
date: 2021-03-17
summary: "Release for Jakarta EE 9"
---
Expand All @@ -8,3 +8,10 @@ summary: "Release for Jakarta EE 9"

* added API version number to the Javadoc
* added pointer to project's mailing list to the Javadoc footer

### CHANGES IN THE 2.0.0 RELEASE

* initial release with ``jakarta.activation`` package
* removed dependency on ``java.awt.datatransfer``
* replaced ``java.awt.datatransfer.DataFlavor`` by ``jakarta.activation.ActivationDataFlavor``
* removed usages of and references to ``java.awt.datatransfer.Transferable``

0 comments on commit 3797ab4

Please sign in to comment.