From 8788aca27c708d6a890ef3d4998b27a0fc7bf857 Mon Sep 17 00:00:00 2001 From: Oystein Bjorke Date: Sat, 17 Oct 2015 14:00:45 +0200 Subject: [PATCH] Do not set default Controller in PlotView ctor (#436) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04de48..b128210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -107,6 +107,7 @@ All notable changes to this project will be documented in this file. - IsVisible change in Xamarin.Forms.Platform.iOS (#546) - Rendering math text with syntax error gets stuck in an endless loop (#624) - Fix issue with MinimumRange not taking Minimum and Maximum values into account (#550) +- Do not set default Controller in PlotView ctor (#436) ## [2014.1.546] - 2014-10-22 ### Added