mirror of
https://github.com/progsource/maddy.git
synced 2026-03-25 07:50:39 +01:00
docs: update changelog for 1.2.0
This commit is contained in:
@@ -14,6 +14,10 @@ maddy uses [semver versioning](https://semver.org/).
|
|||||||
|
|
||||||
## Upcoming
|
## Upcoming
|
||||||
|
|
||||||
|
* ?
|
||||||
|
|
||||||
|
## version 1.2.0 2023-07-27
|
||||||
|
|
||||||
*  Added Changelog
|
*  Added Changelog
|
||||||
*  Added contribution guideline
|
*  Added contribution guideline
|
||||||
*  updated cmake minimum required version to 3.25
|
*  updated cmake minimum required version to 3.25
|
||||||
@@ -27,7 +31,6 @@ maddy uses [semver versioning](https://semver.org/).
|
|||||||
*  optional support for latex blocks - it's off by default
|
*  optional support for latex blocks - it's off by default
|
||||||
*  version info to the parser class
|
*  version info to the parser class
|
||||||
*  GitHub workflow for release, so that one can include maddy easier via cmake's `FetchContent`
|
*  GitHub workflow for release, so that one can include maddy easier via cmake's `FetchContent`
|
||||||
* ?
|
|
||||||
|
|
||||||
## version 1.1.2 2020-10-04
|
## version 1.1.2 2020-10-04
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ It is tested to work on:
|
|||||||
|
|
||||||
## Why maddy?
|
## Why maddy?
|
||||||
|
|
||||||
When I looking for a Markdown parser in C++, I couldn't find any, that was
|
When I was looking for a Markdown parser in C++, I couldn't find any, that was
|
||||||
fitting my needs. So I simply wrote my own one.
|
fitting my needs. So I simply wrote my own one.
|
||||||
|
|
||||||
## Markdown syntax
|
## Markdown syntax
|
||||||
|
|||||||
Reference in New Issue
Block a user