CHANGELOG.md in jekyll_flexible_include-2.0.6 vs CHANGELOG.md in jekyll_flexible_include-2.0.7
- old
+ new
@@ -1,13 +1,18 @@
+## 2.0.7 / 2022-04-14
+ * Added `file=` option, so the included file or process is better defined. This option is not required; the file/process can be specified without it as before.
+ * Documented `data-lt-active="false"`.
+ * Added `dark` option, and [provided CSS](https://www.mslinn.com/blog/2020/10/03/jekyll-plugins.html#pre_css).
+
## 2.0.6 / 2022-04-11
* Niggling little bug thing. Gone.
## 2.0.5 / 2022-04-11
- * Now using <code>Shellwords</code> and <code>KeyValueParser</code> instead of a homegrown parser.
+ * Now using `Shellwords` and `KeyValueParser` instead of a homegrown parser.
* Refactored helper methods to jekyll_tag_helper.rb
* Looks up values for liquid variable references from several scopes.
* Suppresses stack dump when an error occurs.
- * Deleted a lot of old cruft.
+ * Deleted a lot of old cruft. Virtually none of the original code remains.
* Added pre, label and copy_button optional parameters
## 2.0.4 / 2022-04-05
* Updated to `jekyll_plugin_logger` v2.1.0