Repository: incubator-juneau Updated Branches: refs/heads/master f5f5edfb6 -> e530d6c5c
Release notes for 6.4.0 Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/e530d6c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/e530d6c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/e530d6c5 Branch: refs/heads/master Commit: e530d6c5cbb0e2edd4f5a289229f6a2d3a49129f Parents: f5f5edf Author: JamesBognar <[email protected]> Authored: Sun Sep 10 16:40:54 2017 -0400 Committer: JamesBognar <[email protected]> Committed: Sun Sep 10 16:40:54 2017 -0400 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e530d6c5/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b8c5229..165dcdf 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -11,7 +11,17 @@ * specific language governing permissions and limitations under the License. * *************************************************************************************************************************** +Release Notes - Juneau - Version 6.4.0 +** Improvement + * [JUNEAU-46] - Remove references to wink + * [JUNEAU-64] - Support advanced annotated variables on methods implementing onPreCall and onPostCall + +** New Feature + * [JUNEAU-62] - Support complete customization of jetty runtime + * [JUNEAU-65] - utility for merging two like POJOs + + Release Notes - Juneau - Version 6.3.1 ** Bug
