From 48964389993f4aafb806fbf4f1a52e6fa5d2df0c Mon Sep 17 00:00:00 2001 From: Brent Ely Date: Wed, 12 Feb 2020 23:36:51 -0600 Subject: [PATCH] Added Issue #349 and Issue #672 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 220caf584..5aa57336c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Coming In [3.x]: -- Sections ### Coming In [3.2.0]: - Update exposed props: "pptx.color"->"pptx.SchemeColor", AlignH, etc. - Update demo.js and docs @@ -15,7 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.2.0] - 2020-?-? ### Added - Added Stacked Area Charts [\#333](https://github.com/gitbrent/PptxGenJS/issue/333) ([fordaaronj](https://github.com/fordaaronj)) +- Added support for Sections [\#349](https://github.com/gitbrent/PptxGenJS/issue/349) ([atulsingh0913](https://github.com/atulsingh0913)) ### Changed +- Fixed: Type errors in `index.d.ts` [\#672](https://github.com/gitbrent/PptxGenJS/issue/672) ([Krishnakanth94](https://github.com/Krishnakanth94)) - Continued improvement of typescript definitions file ([gitbrent](https://github.com/gitbrent))