Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 93ec09b

Browse files
progsourcesebcaux
authored andcommittedDec 18, 2021
cleaned up Changelog colors
1 parent c28f7fd commit 93ec09b

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed
 

‎CHANGELOG.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,47 +20,47 @@ maddy uses [semver versioning](https://semver.org/).
2020

2121
## version 1.1.2 2020-10-04
2222

23-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) `*`, `+` and `-` are equivalent for making unordered bullet list
24-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Parsing support for fully numeric ordered lists
23+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) `*`, `+` and `-` are equivalent for making unordered bullet list
24+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Parsing support for fully numeric ordered lists
2525
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) make `Parser::Parse` accept istreams instead of stringstream
2626
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) CMake is creating an interface library which you can include in your own `target_link_libraries` and the global include path is untouched from maddy.
2727

2828
## version 1.1.1 2019-12-27
2929

30-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) BreakLineParser
31-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) HTMLParser
32-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Added optional config with the following options:
30+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) BreakLineParser
31+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) HTMLParser
32+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Added optional config with the following options:
3333
* en-/disable the emphasized parser
3434
* wrap/not wrap HTML in markdown within a paragraph in output
3535
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Updated gtest to release-1.10.0 to fix build issues
3636

3737

3838
## version 1.1.0 2019-02-19
3939

40-
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23900) Added missing includes to BlockParser
41-
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23900) Added missing dtor to BlockParser and LineParser
42-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) `__test__` can also be used to get `<strong>text</strong>`
43-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Added AppVeyor CI
44-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Added clang for CI
40+
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Added missing includes to BlockParser
41+
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Added missing dtor to BlockParser and LineParser
42+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) `__test__` can also be used to get `<strong>text</strong>`
43+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Added AppVeyor CI
44+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Added clang for CI
4545
* ![**CHANGED**](https://img.shields.io/badge/-CHANGED-%23e90) Single underscore `_` results in emphasized tag `<em>`, single `*` in italic tag `<i>`
4646

4747
## version 1.0.3 2018-01-18
4848

49-
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23900) Make sure that all parsers are finished
50-
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23900) ol documentation
51-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Added Travic-CI with gcc
52-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Added Howto for running the tests on the README
49+
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Make sure that all parsers are finished
50+
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) ol documentation
51+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Added Travic-CI with gcc
52+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Added Howto for running the tests on the README
5353

5454
## version 1.0.2 2017-12-26
5555

56-
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23900) Fixed inline code for directly following letters (bold, emphasized and strikethrough)
56+
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Fixed inline code for directly following letters (bold, emphasized and strikethrough)
5757

5858
## version 1.0.1 2017-12-25
5959

60-
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23900) Fixed inline code for bold, emphasized and strikethrough
61-
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23900) Fixed spelling in README
62-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Use Gold Linker on Unix if available for faster compile time
63-
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23090) Added Github ISSUE_TEMPLATE
60+
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Fixed inline code for bold, emphasized and strikethrough
61+
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Fixed spelling in README
62+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Use Gold Linker on Unix if available for faster compile time
63+
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Added Github ISSUE_TEMPLATE
6464

6565
## version 1.0.0 2017-12-25
6666

0 commit comments

Comments
 (0)
Please sign in to comment.