We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fd31d commit a8184d6Copy full SHA for a8184d6
1 file changed
src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
56
<action dev="ggregory" type="fix" due-to="Gary Gregory">
57
A null charset or charset name in FileWriterWithEncoding constructors uses the default Charset.
58
</action>
59
+ <action dev="ggregory" type="fix" due-to="Davide Angelocola">
60
+ Fix usage of assertNotNull #269.
61
+ </action>
62
<!-- ADD -->
63
<action dev="ggregory" type="add" due-to="Gary Gregory">
64
Add BrokenReader.INSTANCE.
0 commit comments