From a2773963fd2e0f0130bd631ba5f0c43e53d2cfae Mon Sep 17 00:00:00 2001 From: nsheff Date: Mon, 6 Nov 2023 21:35:32 -0500 Subject: [PATCH] changelog --- docs/changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 6b3de47..ef0d56f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,8 +5,11 @@ - Revamped the `_md` and `_array` variables to be dicts, with `ext`, `content`, `frontmatter`, and `path` properties. - Added in ability to specify abstract targets, which don't show up in buildable lists, [issue 19](https://github.com/databio/markmeld/issues/19) - mm now raises an error if you try to inherit from an non-existing target, [issue 20](https://github.com/databio/markmeld/issues/20) -- overriding targets is no longer allowed, [issue 22](https://github.com/databio/markmeld/issues/22) -- Major revamps on data structures availalbe to jinja template +- Overriding targets is no longer allowed, [issue 22](https://github.com/databio/markmeld/issues/22) +- Major revamps on data structures available to jinja template +- Add `-t` flag to view template for a target +- Allow glob factory to use `inherit_from`. +- Improve user messages to guide when there are problems ## [0.2.0] -- 2023-01-07