From 9f30bb46e6f54bb3bf7f080e8a9e97bd92c66033 Mon Sep 17 00:00:00 2001 From: "Vincent A. Cicirello" Date: Sun, 11 Jun 2023 17:00:11 -0400 Subject: [PATCH] Prepare release 3.1.1 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 033f302..6daa79e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed -* Refactored binomial random variate generation for improved algorithm constant caching ### Deprecated @@ -24,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other +## [3.1.1] - 2023-06-11 + +### Changed +* Refactored binomial random variate generation for improved algorithm constant caching + + ## [3.1.0] - 2023-05-12 ### Added