-
Notifications
You must be signed in to change notification settings - Fork 1
/
README-CHANGES.xml
48 lines (48 loc) · 2.68 KB
/
README-CHANGES.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.jmulticlose" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2018-07-07T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="0.0.1">
<c:changes>
<c:change date="2018-07-07T00:00:00+00:00" summary="Initial release"/>
</c:changes>
</c:release>
<c:release date="2022-04-19T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.0.0">
<c:changes>
<c:change date="2022-04-19T00:00:00+00:00" summary="Initial public release"/>
</c:changes>
</c:release>
<c:release date="2023-08-13T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.1.0">
<c:changes>
<c:change date="2023-08-13T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic 1.4.7 → 1.4.11."/>
<c:change date="2023-08-13T00:00:00+00:00" summary="Update org.junit.jupiter:junit-jupiter-engine 5.9.3 → 5.10.0."/>
<c:change date="2023-08-13T00:00:00+00:00" summary="Collections are now thread-safe."/>
<c:change date="2023-08-13T00:00:00+00:00" summary="Add CloseableTracker."/>
<c:change date="2023-08-13T00:00:00+00:00" summary="Expose collection sizes."/>
</c:changes>
</c:release>
<c:release date="2024-03-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.1.1">
<c:changes>
<c:change date="2024-03-11T00:00:00+00:00" summary="Fix a minor thread safety issue.">
<c:tickets>
<c:ticket id="2"/>
</c:tickets>
</c:change>
</c:changes>
</c:release>
<c:release date="2024-03-11T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.1.2">
<c:changes>
<c:change date="2024-03-11T00:00:00+00:00" summary="Adjust contract of CloseableCollection.add()"/>
</c:changes>
</c:release>
<c:release date="2024-05-10T10:26:07+00:00" is-open="false" ticket-system="com.github.io7m.jmulticlose" version="1.1.3">
<c:changes>
<c:change date="2024-04-19T00:00:00+00:00" summary="Update ch.qos.logback:logback-classic:1.5.3 → 1.5.6."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Move to new organization."/>
<c:change date="2024-05-10T00:00:00+00:00" summary="Update com.io7m.jcip:com.io7m.jcip.annotations 2.0.0 → 2.0.1."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.jmulticlose" url="http://www.github.com/io7m-com/jmulticlose/issues/"/>
</c:ticket-systems>
</c:changelog>