From 388dd79a47013b4a69a6a0b7336c2ed27770a6ec Mon Sep 17 00:00:00 2001 From: s2 Date: Thu, 26 Sep 2024 13:35:59 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72bca57..f1bf5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.4] 2024-09-26 + +## Changes + +- In previous versions, if there was not enough entropy on the system, `securerandomstring` would throw an exception. Now it will retry to generate a random string until it succeeds, or the call stack becomes full. + ## [1.1.0] 2017-12-26 ### New Features