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 DBD971783E for ; Thu, 7 May 2015 19:30:27 +0000 (UTC) Received: (qmail 57189 invoked by uid 500); 7 May 2015 19:30:27 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 57001 invoked by uid 500); 7 May 2015 19:30:27 -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 56713 invoked by uid 99); 7 May 2015 19:30:27 -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; Thu, 07 May 2015 19:30:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5534FE4431; Thu, 7 May 2015 19:30:27 +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: Thu, 07 May 2015 19:30:29 -0000 Message-Id: In-Reply-To: <3731567302f14fa39d733136838427fd@git.apache.org> References: <3731567302f14fa39d733136838427fd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] [lang] Add LANG-1135 to changes.xml Add LANG-1135 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/1182950a Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/1182950a Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/1182950a Branch: refs/heads/master Commit: 1182950a8860efcb59e2fc09f89ab7c0400c45ba Parents: 633ce60 Author: Benedikt Ritter Authored: Thu May 7 21:26:59 2015 +0200 Committer: Benedikt Ritter Committed: Thu May 7 21:26:59 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1182950a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f151745..73c50fc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ + Add method containsAllWords to WordUtils Add ThreadUtils - A utility class which provides helper methods related to java.lang.Thread Add annotations to exclude fields from ReflectionEqualsBuilder, ReflectionToStringBuilder and ReflectionHashCodeBuilder Unit test helpers which set and reset default Locale and TimeZone