Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adyatlov authored Sep 9, 2018
1 parent 5467375 commit a2c3a8c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
# Changelog

## v1.6.0 (10.09.2018)

### Enhancements

* I removed the check command to simplify usage.
* I added a CheckBuilder which dramatically simplified existing checks.
* I added the ReadFromJSON functions to simplify reading from JSON files.
* I got rid of some superficial things like contexts and progress reports.
* I abstracted the filesystem as the next step towards a test infrastructure.
* I documented some public types and functions.

## v1.5.0 (16.08.2018)

### Enhancements

* Alex created a new check, `mesos-actor-mailboxes`, it detects when Mesos actors are backlogged.
* Edgar added alternative names for Mesos actor mailboxes files (`__processess__`).
* I introduced the `-p` flag with which you can specify a path to a diagnostics bundle directory.
Expand Down

0 comments on commit a2c3a8c

Please sign in to comment.