Update changelog

This commit is contained in:
Andreas Dangel
2014-12-14 11:29:58 +01:00
parent 3a2e1474d3
commit db51c7d217
2 changed files with 3 additions and 1 deletions

View File

@ -1771,7 +1771,8 @@ having to deal with the creation of an array.
[position()=last()]
[@Array='true']
[@Varargs='false']
[not (./Type/ReferenceType[@Array='true'][PrimitiveType[@Image='byte']] or ./Type/ReferenceType[ClassOrInterfaceType[@Image='Byte']])]
[not (./Type/ReferenceType[@Array='true'][PrimitiveType[@Image='byte']])]
[not (./Type/ReferenceType[ClassOrInterfaceType[@Image='Byte']])]
[not (./Type/PrimitiveType[@Image='byte'])]
]]></value>
</property>

View File

@ -12,6 +12,7 @@
* [#45](https://github.com/pmd/pmd/pull/45): #1290 RuleSetReferenceId does not process HTTP(S) correctly.
* [#46](https://github.com/pmd/pmd/pull/46): Allow byte[] as no-vargars last argument
* [#47](https://github.com/pmd/pmd/pull/47): Allow byte[] data and byte data[] as no-varargs last argument
**Bugfixes:**