Adding a placeholder for the 3.0 changelog
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@967182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dec41e7510
commit
b4dbd49f55
|
@ -0,0 +1,53 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
contributor license agreements. See the NOTICE file distributed with
|
||||
this work for additional information regarding copyright ownership.
|
||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
(the "License"); you may not use this file except in compliance with
|
||||
the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<document>
|
||||
<properties>
|
||||
<title>Upgrade from 2.5 to 3.0</title>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
<section name="Upgrade to 3.0">
|
||||
<p>
|
||||
These are the release notes and advice for upgrading Commons-Lang from
|
||||
version 2.5 to version 3.0. <br/><br/>See '<a href="article3_0.html">What's new in 3.0?</a>' for more information.
|
||||
<source>
|
||||
INTRODUCTION:
|
||||
|
||||
This document contains the release notes for the 3.0 version of Apache Commons Lang.
|
||||
Commons Lang is a set of utility functions and reusable components that should be of use in any Java environment.
|
||||
|
||||
Lang 3.0 now targets Java 5.0, making use of features that arrived with Java 5.0 such as generics, variable arguments, autoboxing,
|
||||
concurrency and formatted output.
|
||||
|
||||
IMPROVEMENTS IN 3.0
|
||||
===================
|
||||
|
||||
(todo)
|
||||
|
||||
BUG FIXES IN 3.0
|
||||
================
|
||||
|
||||
(todo)
|
||||
|
||||
</source>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</body>
|
||||
</document>
|
Loading…
Reference in New Issue