Skip to content

Commit 62114e2

Browse files
committed
Add changelog entry
1 parent 9ed1265 commit 62114e2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/changes/changes.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<document xmlns="http://maven.apache.org/changes/1.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0
2+
<document xmlns="http://maven.apache.org/changes/1.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0
55
http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
66
<properties>
77
<title>Changelog</title>
88
<author email="k@ailis.de">Klaus Reimer</author>
99
</properties>
10-
<body>
10+
<body>
1111
<release version="1.3.0" date="2018-10-07" description="Major update">
12+
<action dev="kayahr" type="add" date="2018-10-21">
13+
Add configuration flag to enable USBDK usage on Windows.
14+
</action>
1215
<action dev="kayahr" type="update" date="2018-10-07">
1316
Updated dependencies. See changelog of the usb4java project for details.
1417
</action>
1518
</release>
1619
<release version="1.2.0" date="2014-02-16" description="Major update">
1720
<action dev="kayahr" type="update" date="2014-02-16">
1821
Moved javax.usb implementation to org.usb4java.javax namespace
19-
and separate usb4java-javax project. See changelog of the
22+
and separate usb4java-javax project. See changelog of the
2023
usb4java project for older changes.
2124
</action>
2225
</release>

0 commit comments

Comments
 (0)