From 3d9a85a9dcc5a2b2efce07c82fb6f3d5caf383fc Mon Sep 17 00:00:00 2001 From: Harsh Kumar Date: Tue, 28 Jan 2020 16:55:45 -0800 Subject: [PATCH] Update CHANGELOG.md Updated changelog with improvements in 2.12.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d379f2..a9e50749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +### 2.12.0 + +### Improvements +- Run strategies now account for runs that are "deleted" ( `trashed: true` ) runs and return / create a new run based on their default behavior: + - Reuse across sessions: Creates new run if the latest run is trashed + - Reuse by tracking key: Creates new run if the latest run is trashed + - Reuse last initalized: Returns the latest non-trashed run or created a new run if there is no non-trashed run + - Reuse per session: Creates a new run if the run is trashed + + ### 2.11.0