From 6c8be6f998f6e3239e13500b2abf6c703cca5f7f Mon Sep 17 00:00:00 2001 From: Michael Helton Date: Mon, 17 Oct 2022 12:12:34 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index bd4d6ea..a20ab73 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,12 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil # Unreleased +# Version 0.2.5 + +### Fixed +- Fix bug for very large inputs (x>1e16) in besselj0 and friends routines. A particularly thank you to @jwscook for reporting the bug in ([Issue #53](https://github.com/JuliaMath/Bessels.jl/pull/56)) and providing a very detailed analysis. + + # Version 0.2.4 ### Added