Skip to content

Commit c87dd31

Browse files
author
Cameron Lamb
authored
Add a really basic changelog (#10)
1 parent 1320c6a commit c87dd31

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Wagtail Footnotes Changelog
2+
3+
## Unreleased
4+
5+
- Add `WAGTAIL_FOOTNOTES_TEXT_FEATURES` to add custom rich text features to footnote content
6+
7+
## 0.5.0
8+
9+
- Update requirements to `wagtail>=2.5, <3`
10+
- Fix Javascript registering
11+
12+
## 0.4.0
13+
14+
- Replace tags in both `render` and `render_basic`
15+
16+
## 0.3.1
17+
18+
- Cleanup code/readme
19+
- Increase requirements to `Django>=2.2, <3.2` and `wagtail>=2.5, <2.11`
20+
21+
## 0.3.0
22+
23+
- Remove old template tag references
24+
- Remove the `FootnotesMixin`
25+
- Mark output of `RichTextBlockWithFootnotes` as safe
26+
27+
## 0.2.0
28+
29+
- Moved templates to `wagtail_footnotes/templates/wagtail_footnotes/*`
30+
31+
## 0.1.0
32+
33+
- Initial release of the Wagtail Footnotes package

0 commit comments

Comments
 (0)