Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F211018446 for ; Tue, 12 May 2015 06:30:49 +0000 (UTC) Received: (qmail 1599 invoked by uid 500); 12 May 2015 06:30:49 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 1456 invoked by uid 500); 12 May 2015 06:30:49 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 1199 invoked by uid 99); 12 May 2015 06:30:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 06:30:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 45D77E116B; Tue, 12 May 2015 06:30:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: britter@apache.org To: commits@commons.apache.org Date: Tue, 12 May 2015 06:30:52 -0000 Message-Id: <79319f7bbd4c4df49b9785e9e1da76cd@git.apache.org> In-Reply-To: <4e8438ff2efd4e6e852396e59a9009c9@git.apache.org> References: <4e8438ff2efd4e6e852396e59a9009c9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] [lang] Add LANG-1137 to changes.xml Add LANG-1137 to changes.xml Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/4ccfde2b Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/4ccfde2b Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/4ccfde2b Branch: refs/heads/master Commit: 4ccfde2b57de4093a76cd905f14501e5e7bcb878 Parents: 0611710 Author: Benedikt Ritter Authored: Tue May 12 08:29:21 2015 +0200 Committer: Benedikt Ritter Committed: Tue May 12 08:29:21 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/4ccfde2b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6a7a864..c848755 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ + Add check for duplicate event listener in EventListenerSupport FastDateParser_TimeZoneStrategyTest#testTimeZoneStrategyPattern fails on Windows with German Locale Add method containsAllWords to WordUtils ReflectionToStringBuilder doesn't throw IllegalArgumentException when the constructor's object param is null