From e0c2a3c99d4ff9424458ca01148df7ffa6ca4513 Mon Sep 17 00:00:00 2001 From: Adam Kewley Date: Wed, 23 Oct 2024 16:53:11 +0200 Subject: [PATCH] Add CHANGELOG.md mentioning #3943 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6fa747b6e..93933e42e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ v4.6 states belong, a date/time stamp of when the file was written, and a user-specified note. `.ostate` files also support a configurable output precision. At the highest ouput precsion (~20 significant figures), serialization/deserialization is a lossless process. (#3902) +- Improved `OpenSim::IO::stod` string-to-decimal parsing function by making it not-locale-dependant (#3943, #3924; thanks @alexbeattie42) v4.5.1 ======