Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Nov 7, 2023
1 parent f05d561 commit a277396
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a277396

Please sign in to comment.