From bf6f22bae6a755ac716dd46c1c521363ffbfc031 Mon Sep 17 00:00:00 2001 From: Jonathan Shore Date: Tue, 17 Feb 2015 15:29:20 -0500 Subject: [PATCH] - added OHLCV additions to changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4dc73..ec8bfe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. - Enable Git source server (added GitLink build step) (#267,#266) - iOS PlotView ZoomThreshold/AllowPinchPastZero for use with KeepAspectRatioWhenPinching=false (#359) - Added FastCandleStickSeries & examples (#369) -- Added OHLCVItem, CandleStickAndVolumeSeries, VolumeSeries & examples (TBD) +- Added OHLCVItem, CandleStickAndVolumeSeries, VolumeSeries & examples (#377) ### Changed - Changed the OxyPlot.Xamarin.Forms to require the OxyPlot.Mobile dependency instead of each separate NuGet. (#362)