From e402d1b8ab9e28d2f2479aa0e9636e82ffa21598 Mon Sep 17 00:00:00 2001 From: "Martin.Otter@dlr.de" Date: Wed, 2 Feb 2022 17:43:55 +0100 Subject: [PATCH] Release notes added --- docs/src/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index f008790..2a4f5cc 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -138,6 +138,15 @@ are different to the Python 2.x version. ## Release Notes + +### Version 0.3.9 + +- Wrong link in README.md corrected +- makie.jl: Adapted to newer Makie version (update!(..) no longer known and needed). +- Issue with ustrip fixed. +- Broken test_52_MonteCarloMeasurementsWithDistributions.jl reactivated +- Manifest.toml updated. + ### Version 0.3.8 - Better handling if some input arguments are `nothing`.