From 2028ac338517b91fa93072486d03769d56b3f4df Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Sat, 3 Feb 2024 15:10:16 +0200 Subject: [PATCH] Release notes for 1.0.1 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index fba8e44..6e940aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## 1.0.1 + +- Add `(implicit_transitive_deps false)` (@polytypic) +- Fix to unlock mutex even when condition wait raises (@polytypic) + ## 1.0.0 - Internal improvements (@polytypic)