You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/09 12:33:57 UTC

[commons-numbers] 02/04: Track changes

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

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

commit 43e895d54569a5c0a6393aff28d4387c51f88332
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 9 12:17:51 2022 +0000

    Track changes
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e0eb6047..569fdc6b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,9 @@ If the output is not quite correct, check for invisible trailing spaces!
     <release version="1.2" date="TBD" description="
 New features, updates and bug fixes.
 ">
+      <action dev="aherbert" type="add" issue="NUMBERS-191">
+        "Stirling": Compute Stirling numbers of the first kind.
+      </action>
       <action dev="aherbert" type="add" issue="NUMBERS-29">
         Add "Stirling" class to compute Stirling numbers of the second kind.
       </action>