IO-553: Add changes.xml entry
Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/9543f75f Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/9543f75f Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/9543f75f Branch: refs/heads/release Commit: 9543f75f4601278abcfd0a16cfea977399b89052 Parents: 46a2c6b Author: Benedikt Ritter <brit...@apache.org> Authored: Sat Oct 14 13:57:28 2017 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Sat Oct 14 13:57:28 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/9543f75f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 551b27b..2e69545 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <!-- The release date is the date RC is cut --> <release version="2.6" date="2017-MM-DD" description="New features and bug fixes."> + <action issue="IO-553" dev="britter" type="update" due-to="Michael Ernst"> + Make code style of hasBOM() consistent with getBOMCharsetName() + </action> <action issue="IO-550" dev="kinow" type="fix" due-to="Jimi Adrian"> Documentation issue, fix 404 Javadoc issues in the description page </action>