We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f25c00 + 8132bd3 commit a713f2fCopy full SHA for a713f2f
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Change Log
2
==========
3
4
+## Version 1.0.0-alpha.2
5
+
6
+_2020-07-10_
7
8
+* Mark `asWorker` API as unavailable. (#40)
9
+* Fixed a bug in `WorkflowTesting`, it now catches when multiple `Workflow`s of the same type + key are used in a render call. (#39)
10
11
## Version 1.0.0-alpha.1
12
13
_2020-07-07_
VERSION
@@ -1,4 +1,4 @@
MAJOR=1
MINOR=0
PATCH=0
-PRE_RELEASE_IDENTIFIER='alpha.1'
+PRE_RELEASE_IDENTIFIER='alpha.2'
0 commit comments