Repository: incubator-juneau Updated Branches: refs/heads/master f9643bb62 -> 65a3778ac
Add release notes for 6.0.1. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/65a3778a Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/65a3778a Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/65a3778a Branch: refs/heads/master Commit: 65a3778ac2da90639ed6dbfea2d48b9f96f68b4e Parents: f9643bb Author: JamesBognar <[email protected]> Authored: Mon Nov 21 18:07:10 2016 -0500 Committer: JamesBognar <[email protected]> Committed: Mon Nov 21 18:07:10 2016 -0500 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/65a3778a/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 4a17450..cd0603c 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -11,6 +11,20 @@ * specific language governing permissions and limitations under the License. * *************************************************************************************************************************** +Release Notes - Juneau - Version 6.0.1 + +** Bug + * [JUNEAU-17] - Resolve various small issues pointed out during release of 6.0.0 + * [JUNEAU-19] - Fix various JSON parser edge cases + * [JUNEAU-21] - Scrub references to IBM from code. + +** Improvement + * [JUNEAU-18] - Add HtmlDocSerializer.DEFAULT field. + +** Task + * [JUNEAU-20] - Remove references to ibm.com from website + + Release Notes - Juneau - Version 6.0.0 ** Bug
