File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
4
+ ## Version 0.26.0
5
+
6
+ _ 2020-04-17_
7
+
8
+ ### Kotlin
9
+
10
+ * Upgrade kotlinx.serialization now that KAML supports it. (#1018 )
11
+ * Makes BackStackContainer.update protected, required for customization. (#1088 )
12
+
13
+ ### Swift
14
+
15
+ * Vend ` preferredContentSize ` through the ` DescribedViewController ` (#1051 )
16
+ * Add ContainerViewController init with AnyWorkflowConvertable (#1092 )
17
+ * Provide empty ` makeInitialState ` and ` workflowDidChange ` when State is Void (#1094 )
18
+
4
19
## Version 0.25.0
5
20
6
21
_ 2020-03-27_
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android.enableJetifier=true
22
22
# android.debug.obsoleteApi=true
23
23
24
24
GROUP =com.squareup.workflow
25
- VERSION_NAME =0.26.0-SNAPSHOT
25
+ VERSION_NAME =0.26.0
26
26
27
27
POM_DESCRIPTION =Reactive workflows
28
28
You can’t perform that action at this time.
0 commit comments