Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Poikilos committed Mar 13, 2020
1 parent 7fe9986 commit b509b5c
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [git] - 2020-03-12
## [1.2.0] - 2020-03-12
### Added
- Handle Minetest Lua Warnings.
- Add Qt-style doxygen strings for constants pointing to parsing markers
and their values.


## [1.1.0] - 2020-03-12
### Added
- Handle Minetest Lua tracebacks (such as from debug.txt or stderr)
(requires fix below)
Expand All @@ -13,32 +20,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Handle `PARSE_MARKER_FILE` value not at the start of a line.


## [git] - 2020-03-11
## [1.1.0] - 2020-03-11
### Added
- Allow simpler syntax while avoiding false positives by only allowing
the param opener when it is followed by a digit.
- Detect grep output syntax.
- Detect nose test output syntax without hard-coded `split(":")`.


## [git] - 2019-12-27
## [1.1.0] - 2019-12-27
### Changed
- Fix pycodestyle support.
- Improve changelog formatting and grammar.


## [git] - 2019-01-11
## [1.1.0] - 2019-01-11
### Changed
- Make parsing modes into modular, expandable datasets.
- Use clang-format for coding style.


## [git] - 2018-01-11
## [1.1.0] - 2018-01-11
### Added
- Support nosetests output.


## [git] - 2018-08-15
## [1.1.0] - 2018-08-15
### Changed
- Warn if input file is missing or has only blank lines.
- Allow a param to specify output (continue to use err.txt as default).
Expand Down

0 comments on commit b509b5c

Please sign in to comment.