Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent 582a250 commit aa1e12d
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.ieee754b16" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2017-11-04T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2017-11-04T00:00:00+00:00" summary="Require JDK 9, publish Java 9 modules."/>
<c:change compatible="false" date="2017-11-04T00:00:00+00:00" summary="Remove com.io7m.jnull dependency."/>
</c:changes>
</c:release>
<c:release date="2017-06-18T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="1.0.4">
<c:release date="2014-06-30T00:00:00+00:00" is-open="false" ticket-system="com.io7m.fossil.ieee754b16" version="1.0.0">
<c:changes>
<c:change date="2017-06-18T00:00:00+00:00" summary="Use much more accurate conversion routines; properly handle subnormals."/>
<c:change date="2014-06-30T00:00:00+00:00" summary="Initial version"/>
</c:changes>
</c:release>
<c:release date="2017-04-06T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="1.0.3">
<c:release date="2015-08-13T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="1.0.1">
<c:changes>
<c:change date="2017-04-06T00:00:00+00:00" summary="Rename project. Use the new primogenitor POM and 2017 project conventions."/>
<c:change date="2015-08-13T00:00:00+00:00" summary="Migrate to GitHub."/>
<c:change date="2014-12-03T00:00:00+00:00" summary="Ensure source jars for unit tests are created."/>
</c:changes>
</c:release>
<c:release date="2016-08-03T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="1.0.2">
Expand All @@ -24,22 +19,32 @@
<c:change compatible="false" date="2016-08-03T00:00:00+00:00" summary="The package will no longer compile on JDK 6 due to Checkstyle, but the compiled code is still JDK 6 compatible."/>
</c:changes>
</c:release>
<c:release date="2015-08-13T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="1.0.1">
<c:release date="2017-04-06T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="1.0.3">
<c:changes>
<c:change date="2015-08-13T00:00:00+00:00" summary="Migrate to GitHub."/>
<c:change date="2014-12-03T00:00:00+00:00" summary="Ensure source jars for unit tests are created."/>
<c:change date="2017-04-06T00:00:00+00:00" summary="Rename project. Use the new primogenitor POM and 2017 project conventions."/>
</c:changes>
</c:release>
<c:release date="2014-06-30T00:00:00+00:00" is-open="false" ticket-system="com.io7m.fossil.ieee754b16" version="1.0.0">
<c:release date="2017-06-18T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="1.0.4">
<c:changes>
<c:change date="2014-06-30T00:00:00+00:00" summary="Initial version"/>
<c:change date="2017-06-18T00:00:00+00:00" summary="Use much more accurate conversion routines; properly handle subnormals."/>
</c:changes>
</c:release>
<c:release date="2017-11-04T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2017-11-04T00:00:00+00:00" summary="Require JDK 9, publish Java 9 modules."/>
<c:change compatible="false" date="2017-11-04T00:00:00+00:00" summary="Remove com.io7m.jnull dependency."/>
</c:changes>
</c:release>
<c:release date="2022-04-09T13:49:36+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="3.0.0">
<c:release date="2022-04-09T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.ieee754b16" version="3.0.0">
<c:changes>
<c:change date="2022-04-09T00:00:00+00:00" summary="Require JDK 17"/>
</c:changes>
</c:release>
<c:release date="2024-05-08T15:48:31+00:00" is-open="true" ticket-system="com.github.io7m.ieee754b16" version="3.0.1">
<c:changes>
<c:change date="2024-05-08T15:48:31+00:00" summary="Move to new organization."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="false" id="com.io7m.fossil.ieee754b16" url="http://fossil.io7m.com/repo.cgi/io7m-ieee754b16/tktview?name="/>
Expand Down

0 comments on commit aa1e12d

Please sign in to comment.