From 855209df9230ee435bb61f8198e60793f6edf440 Mon Sep 17 00:00:00 2001 From: Michael Helton Date: Mon, 19 Sep 2022 13:36:24 -0400 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index 564f3ef..bd7f17f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,6 +10,8 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil # Unreleased +# Version 0.2.1 + ### Added - Add more optimized methods for Float32 calculations that are faster ([PR #43](https://github.com/JuliaMath/Bessels.jl/pull/43)) - Add methods for computing modified spherical bessel function of second ([PR #46](https://github.com/JuliaMath/Bessels.jl/pull/46) contributed by @cgeoga and first ([PR #47](https://github.com/JuliaMath/Bessels.jl/pull/47))) kind. These functions are currently not exported. Closes ([Issue #25](https://github.com/JuliaMath/Bessels.jl/issues/25))