Changelog for v2.1.0
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
f7e211564e
commit
ee4215ede2
16
CHANGELOG.md
16
CHANGELOG.md
@ -2,6 +2,22 @@
|
||||
|
||||
Included is a summary of changes to the project, by version. Details can be found in the commit history.
|
||||
|
||||
## v2.1.0
|
||||
|
||||
### Features
|
||||
|
||||
* The page title (also used in the `og:title` header) and the optional description used in the `og:description` header
|
||||
can be derived from the contents of the page content, if the markdown meta tags are not supplied. The first `h1` is
|
||||
used for the title, and the first `p` is used for the description. This is largely to save some time writing pages
|
||||
that one wants to look nice, especially in a social media card, and removes some repetition.
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
* Requirements bumped, which led to...
|
||||
* Python 3.9 has been removed from the supported versions.
|
||||
* Added some miscellaneous unit tests and coverage changes to keep us at 95% (which only dropped for a library reason I
|
||||
don't understand).
|
||||
|
||||
## v2.0.5
|
||||
|
||||
### Features
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user