Add credit for #293

This commit is contained in:
jamesagnew 2016-02-08 22:04:30 -05:00
parent 5163d7f1a1
commit 551ec3ab16
2 changed files with 15 additions and 0 deletions

View File

@ -212,6 +212,10 @@
<id>petromykhailysyn</id>
<name>Petro Mykhaylyshyn</name>
</developer>
<developer>
<id>adam-carbone</id>
<name>Adam Carbone</name>
</developer>
</developers>
<licenses>

View File

@ -13,6 +13,17 @@
as CDI beans in a JBoss enviroment. Thanks to GitHub user fw060 (Fei) for
reporting and figuring out exactly why this wasn't working!
</action>
<action type="add">
Support comments when parsing and encoding both JSON and XML. Comments are retrieved
and added to the newly created methods
IBase#getFormatCommentsPre() and
IBase#getFormatCommentsPost()
</action>
<action type="add" issue="293">
Added options to the CLI upload-examples command which allow it to cache
the downloaded content file, or use an arbitrary one. Thanks to Adam Carbone
for the pull request!
</action>
</release>
<release version="1.4" date="2016-02-04">
<action type="add">