Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emolch committed Jun 8, 2019
1 parent 859bdac commit f1b1c86
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Changelog

All notable changes to Grond will be documented in this file.
All notable changes to Grond are documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.3.1] 2019-06-08

### Added
- Allow controlling number of threads in `grond report` with `--threads`

### Changed
- Default number of threads used in `grond go` and `grond report` is now 1.
Setting both together, `--parallel` and `--threads,` to values higher than 1
may currently cause hangs.
- Improved control on threading utilization.

### Fixed
- Repaired `grond report` and `grond plot location_mt` which were broken in
v1.3.0.


## [1.3.0] 2019-06-04

### Added
Expand Down

0 comments on commit f1b1c86

Please sign in to comment.