File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,6 +147,27 @@ Binary compatible: Yes.
147147Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
148148Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
149149
150+ Commons IO 2.4 requires JDK 1.6 or later.
151+ Commons IO 2.3 requires JDK 1.6 or later.
152+ Commons IO 2.2 requires JDK 1.5 or later.
153+ Commons IO 1.4 requires JDK 1.3 or later.
154+
155+ ==============================================================================
156+ Apache Commons IO Version 2.3
157+ ==============================================================================
158+
159+ Changes in this version include:
160+
161+ New features:
162+ o IO-322: Add and use class Charsets. Thanks to ggregory.
163+ o IO-321: ByteOrderMark UTF_32LE is incorrect. Thanks to ggregory.
164+ o IO-318: Add Charset sister APIs to method that take a String charset name. Thanks to ggregory.
165+
166+ Compatibility with 2.2 and 1.4:
167+ Binary compatible: Yes.
168+ Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
169+ Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
170+
150171Commons IO 2.3 requires JDK 1.6 or later.
151172Commons IO 2.2 requires JDK 1.5 or later.
152173Commons IO 1.4 requires JDK 1.3 or later.
You can’t perform that action at this time.
0 commit comments