From 71753bd7239d70f8ccc4b8e6a5e0610f7a19e495 Mon Sep 17 00:00:00 2001 From: Ben Stoltz Date: Thu, 11 Aug 2016 17:33:46 -0400 Subject: [PATCH] :package: 0.6.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index debb781d..3ff63956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [0.6.0] - 2016-08-11 -## Added +### Added - Timeout can be added to the Cedar() constructor to set a timeout on fetching data - maxLabelLength can be set via .show() It will truncate axis labels that exceed a set length -## Changed +### Changed - Optional callback drills down into renderSpec to catch errors from Vega ## [0.5.0] - 2016-08-09