From fd31e5f0d11efc5e669b1154f551c67af2ff2957 Mon Sep 17 00:00:00 2001 From: Jerome Lelong Date: Fri, 18 May 2018 07:18:23 +0200 Subject: [PATCH] Bump to version 1.9.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e69d79a..31896423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to PNL will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.9.3] - 2018-05-18 + +### Fixed + +- Fix compilation error with Glibc 2.27 (missing symbols in `math.h`) +- Fix initialization of Mersenne Twister random generator with random seed. + ## [1.9.2] - 2017-12-24 ### Fixed