From db3dce88bb85b1b745d5dc40b10b1d355e178578 Mon Sep 17 00:00:00 2001 From: Chris MacMackin Date: Fri, 21 Aug 2020 00:03:17 +0100 Subject: [PATCH] Update changelog for v0.6 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f595549..ea9cc54 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,11 @@ produces ## ChangeLog +### Version 0.6.0 +- Added ability ot offset headers in the included file so they fall under the header level in which the include occurs +- Add option to throw exception when can't find an include file (instead of printing a warning) +- Fixed stripping of last character in file, so only occurs if it is a new-line +- Some behind-the-scenes improvement to code and documentation ### Version 0.5.1 Bugfix for a syntax error. ### Version 0.5