mirror of
https://github.com/progsource/maddy.git
synced 2026-03-24 23:40:39 +01:00
Release 1.4.0
* up version to 1.4.0 * Remove deprecated code * change release message
This commit is contained in:
@@ -14,10 +14,13 @@ maddy uses [semver versioning](https://semver.org/).
|
||||
|
||||
## Upcoming
|
||||
|
||||
## version 1.4.0 2025-03-28
|
||||
|
||||
*  Updated google test to v1.16.0.
|
||||
*  clang-format
|
||||
*  automatic update dependencies ci
|
||||
*  `(This is a [link](/ABC/some file) (the URL will include this).)` should not put the later parenthesis into the link url.
|
||||
*  config flags `isEmphasizedParserEnabled` and `isHTMLWrappedInParagraph`. Use `config->enabledParsers &= ~maddy::types::EMPHASIZED_PARSER;` and `config->enabledParsers |= maddy::types::HTML_PARSER;` to gain the same behavior as if the previous config flags were set to `false`.
|
||||
|
||||
## version 1.3.0 2023-08-26
|
||||
|
||||
|
||||
Reference in New Issue
Block a user