From ac63cd42b66a310fa1b87c562e1ad65f53ffde9c Mon Sep 17 00:00:00 2001 From: Kim Walisch Date: Mon, 8 Jan 2024 10:13:59 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2fb20de57..ca8b49e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ -Changes in version 11.2, 02/01/2024 +Changes in version 11.2, 08/01/2024 =================================== +* nthPrime.cpp: Rewritten using faster nth prime approximation. +* nthPrimeApprox.cpp: Logarithmic integral and Riemann R implementations. * cmake/libatomic.cmake: Fix failed to find libatomic #141. * .github/workflows/ci.yml: Port AppVeyor CI tests to GitHub Actions. * doc/C_API.md: Fix off by 1 error in OpenMP example #137.