From 333cf6ea2e35290d97a8d02f46c0d579aba49cba Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Wed, 30 Sep 2015 18:57:22 +0000 Subject: [PATCH] LUCENE-6594: Add missing changes entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1706131 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index f074f7f1ff9..8231ee7ad63 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -222,6 +222,8 @@ Build detect javadoc-style license headers. Use Groovy to implement the checks instead of plain Ant. (Uwe Schindler) +* LUCENE-6594: Update forbiddenapis to 2.0. (Uwe Schindler) + Tests * LUCENE-6752: Add Math#random() to forbiddenapis. (Uwe Schindler,