Skip to content

Commit

Permalink
Releasing 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Apr 17, 2020
1 parent 33faca5 commit ccfb8c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,21 @@
Change Log
==========

## Version 0.26.0

_2020-04-17_

### Kotlin

* Upgrade kotlinx.serialization now that KAML supports it. (#1018)
* Makes BackStackContainer.update protected, required for customization. (#1088)

### Swift

* Vend `preferredContentSize` through the `DescribedViewController` (#1051)
* Add ContainerViewController init with AnyWorkflowConvertable (#1092)
* Provide empty `makeInitialState` and `workflowDidChange` when State is Void (#1094)

## Version 0.25.0

_2020-03-27_
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Expand Up @@ -22,7 +22,7 @@ android.enableJetifier=true
#android.debug.obsoleteApi=true

GROUP=com.squareup.workflow
VERSION_NAME=0.26.0-SNAPSHOT
VERSION_NAME=0.26.0

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit ccfb8c4

Please sign in to comment.