This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new c1fe72687 Update critical value for chi-square test #1125
c1fe72687 is described below

commit c1fe726872cdfdfd4b5b573ad67b3173db789ff9
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Oct 20 17:24:01 2023 -0400

    Update critical value for chi-square test #1125
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d2206cae7..6ff3f0745 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Return ToStringStyle.nullText instead of NPE for 
ReflectionToStringBuilder.toString().</action>
     <action                   type="fix" dev="ggregory" due-to="yichinzhu, 
Gary Gregory">Fix ThresholdCircuitBreaker#checkState() #1100.</action>
     <action                   type="fix" dev="ggregory" due-to="Benjamin 
Confino, Gary Gregory">Use ConcurrentInitializer implementations without 
subclassing. #1123.</action>
+    <action                   type="fix" dev="ggregory" due-to="Alex 
Herbert">Update critical value for chi-square test #1125.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Rob Spoor, 
Gary Gregory">Add Functions#function(Function).</action>
     <action                   type="add" dev="ggregory" due-to="Rob Spoor, 
Gary Gregory">Add FailableFunction#function(FailableFunction).</action>

Reply via email to