From c598bbc2a58c9ccf2cee33ec3960addf9d7513ef Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 2 Dec 2017 18:06:40 -0500 Subject: [PATCH] updated --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1f32baa..fb1a242 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new +#### 12/2017 +* Fixed when using certain a `ChartType` for the Pivot Table Chart, would throw an error +* Fixed - when you specify a file, and the directory does not exit, it now creates it + #### 11/23/2017 More great additions and thanks to [James O'Neill](https://twitter.com/jamesoneill)