From ca71ca97dc136e7bb9e9e1fe05782f343a5692d4 Mon Sep 17 00:00:00 2001 From: Mark Rogoyski Date: Sun, 21 Nov 2021 21:14:07 -0800 Subject: [PATCH] d Update CHANGELOG for v2.5.0. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb60bd4c..af511772c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # MathPHP Change Log +## v2.5.0 - 2021-11-21 + +### New Features +* Special function `logbeta` +* Special function `logGamma` +* Special function `logGammaCorr` +* Special function `stirlingError` + +### Improvements +* Improvements in StudentT continuous distribution +* Improvements in special function `gamma` +* Improvements in special function `beta` + +### Bug Fixes +* Issue 393 (regularizedIncompleteBeta NAN) +* Issue 429 (Linear regression CI division by zero) + ## v2.4.0 - 2021-07-27 ### New Features