From 5279a40aec09e118bdc72ce094c74376a75f3b33 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Tue, 31 Oct 2017 20:41:29 +0100 Subject: [PATCH] Add fix for #172 to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70419dfb..c049d589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This changelog contains a loose collection of changes in every release. I will a The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to a "shifted" version of semantic versioning while the major version remains at 0: Minor version changes indicate breaking changes, patch version changes should not contain breaking changes. +## 0.13.4 + +### Fixed + +* `nil`-values in the pipeline-structure (e.g. from conditionals when creating it) led to step-information being in the wrong place for the UI (#172) + ## 0.13.3 ### Fixed