Skip to content

Commit

Permalink
ChangeLog update.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Apr 9, 2019
1 parent 14aaebe commit f0e0281
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,20 @@ Added a parser for CMake warnings.
Added a parser for JSON output from Cargo.

### Fixed
- [JENKINS-56333](https://issues.jenkins-ci.org/browse/JENKINS-56333):
- [JENKINS-56333](https://issues.jenkins-ci.org/browse/JENKINS-56333),
[PR#129](https://github.com/jenkinsci/analysis-model/pull/129):
MsBuild Parser: Treat errors as errors and not warning (high).
- [JENKINS-56737](https://issues.jenkins-ci.org/browse/JENKINS-56737),
[PR#136](https://github.com/jenkinsci/analysis-model/pull/136)
Javac parser: Add the ability to parse warnings with preceding timestamps.
- [JENKINS-56214](https://issues.jenkins-ci.org/browse/JENKINS-56214),
[PR#142](https://github.com/jenkinsci/analysis-model/pull/142)
ChackStyle parser: Map errors to severity ERROR (rather than WARNING_HIGH)
- [JENKINS-48647](https://issues.jenkins-ci.org/browse/JENKINS-48647):
- [JENKINS-48647](https://issues.jenkins-ci.org/browse/JENKINS-48647),
[PR#145](https://github.com/jenkinsci/analysis-model/pull/145):
MsBuild Parser: Update regular expression to detect logging prefixes.

- [JENKINS-52477](https://issues.jenkins-ci.org/browse/JENKINS-52477):
- [JENKINS-52477](https://issues.jenkins-ci.org/browse/JENKINS-52477),
[PR#146](https://github.com/jenkinsci/analysis-model/pull/146):
FileReaderFactory: Detect charset from XML-header when not specified.

### Changed
Expand Down

0 comments on commit f0e0281

Please sign in to comment.