From 0db8ac22192cd9907615ecfb4a78fbbeb36fb00e Mon Sep 17 00:00:00 2001 From: Chet Husk Date: Mon, 15 Mar 2021 21:45:53 -0500 Subject: [PATCH] tag version 0.51.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b91748..db1d33c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.51.0] - 2021-03-15 + +* Change the order of calls so that FSAC doesn't have a deadlock with its current usage of this library ## [0.50.0] - 2021-03-13 * Introduce a pluggable abstraction for creating workspaces to allow for independent experimentation