Skip to content

Commit

Permalink
Updating files for 4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed May 19, 2018
1 parent b6fdd6a commit bb441d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions tap4j/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,26 @@
<author email="brunodepaulak AT yahoo DOT com DOT br">Bruno P. Kinoshita</author>
</properties>
<body>
<release version="4.1.4" date="20??-??-??" description="4.1.4 release">
<release version="4.3" date="2017-05-19" description="4.3 release">
<action dev="kinow" type="fix" issue="50" due-to="Altai-man">
Correct subtest placement
</action>
</release>
<release version="4.2.1" date="2016-10-21" description="4.2.1 release">
<action dev="kinow" type="add" issue="46">
Add CNAME
</action>
<action dev="kinow" type="add" issue="44">
Add Travis CI
</action>
</release>
<release version="4.1.3" date="2016-10-20" description="4.1.3 release">
<release version="4.2.0" date="2016-10-20" description="4.2.0 release">
<action dev="kinow" type="fix" issue="41" due-to="Jakub Podlesak">
An empty plan, 1..0, causes parser error when it occurs right after another plan
</action>
<action dev="kinow" type="add" issue="43">
Update dependencies before the next release
</action>
<action dev="kinow" type="add" issue="44">
Add Travis CI
</action>
</release>
<release version="4.1.2" date="2015-10-11" description="4.1.2 release">
<action dev="kinow" type="add" issue="38" due-to="Chapman Flack">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
/**
* Tests for correct subtests order.
*
* @since 4.2.2
* @since 4.3
*/
public class TestSubtestOrder extends BaseTapTest {
@Test
Expand Down

0 comments on commit bb441d8

Please sign in to comment.