From b6f31bed375aab5c96ecc5922df15310f7d07c71 Mon Sep 17 00:00:00 2001 From: Brent Ely Date: Thu, 25 Feb 2021 19:04:26 -0600 Subject: [PATCH] added Pull #806 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 319eec672..f41e23221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - write()/writeFile() now take a props object as their argument (`WriteProps`/`WriteFileProps`) ### Added - Enable JSZip compression [\#713](https://github.com/gitbrent/PptxGenJS/issues/713) ([pimlottc-gov](https://github.com/pimlottc-gov)) +- New line break option: soft break `softBreakBefore` [\#806](https://github.com/gitbrent/PptxGenJS/pull/806) ([memorsolutions](https://github.com/memorsolutions)) - Support line spacing by multiple [\#855](https://github.com/gitbrent/PptxGenJS/pull/855) ([wangfengming](https://github.com/wangfengming)) ### Changed - Fixed: Setting the "Wrap text in shape" option [\#771](https://github.com/gitbrent/PptxGenJS/issues/771) ([CroniD](https://github.com/CroniD))