Skip to content

Commit 1ff3cc1

Browse files
authored
Update NEWS.md
1 parent df609d1 commit 1ff3cc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil
1010

1111
# Unreleased
1212

13+
# Version 0.2.0
14+
1315
### Added
1416
- add an unexport method (`Bessels.besseljy(nu, x)`) for faster computation of `besselj` and `bessely` (#33)
1517
- add exported methods for Hankel functions `besselh(nu, k, x)`, `hankelh1(nu, x)`, `hankelh2(nu, x)` (#33)
@@ -28,4 +30,4 @@ Initial release of Bessels.jl
2830
### Added
2931

3032
- support bessel functions (`besselj`, `bessely`, `besseli`, `besselk`) for real arguments
31-
- provide a gamma function (`Bessels.gamma`) for real arguments
33+
- provide a gamma function (`Bessels.gamma`) for real arguments

0 commit comments

Comments
 (0)