Skip to content

Commit ccfb8c4

Browse files
runnerrunner
runner
authored and
runner
committed
Releasing 0.26.0
1 parent 33faca5 commit ccfb8c4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Change 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_

kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android.enableJetifier=true
2222
#android.debug.obsoleteApi=true
2323

2424
GROUP=com.squareup.workflow
25-
VERSION_NAME=0.26.0-SNAPSHOT
25+
VERSION_NAME=0.26.0
2626

2727
POM_DESCRIPTION=Reactive workflows
2828

0 commit comments

Comments
 (0)