Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Updated changelog with improvements in 2.12.0
  • Loading branch information
hkumar1993 authored Jan 29, 2020
1 parent 98fefed commit 3d9a85a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.12.0"></a>
### 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


<a name="2.11.0"></a>
### 2.11.0

Expand Down

0 comments on commit 3d9a85a

Please sign in to comment.