File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log
22==========
33
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+
419## Version 0.25.0
520
621_ 2020-03-27_
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android.enableJetifier=true
2222# android.debug.obsoleteApi=true
2323
2424GROUP =com.squareup.workflow
25- VERSION_NAME =0.26.0-SNAPSHOT
25+ VERSION_NAME =0.26.0
2626
2727POM_DESCRIPTION =Reactive workflows
2828
You can’t perform that action at this time.
0 commit comments