From 7cadfa13e55c8155d15ef0c2c6d0d2b112185dcb Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 17 Mar 2020 22:08:54 +0900 Subject: [PATCH] update changelog for v1.8.1 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1905700d5..4cff86312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [v1.8.0](https://github.com/rhysd/github-action-benchmark/releases/tag/v1.8.0) - 17 Mar 2020 + +- **New:** Added `comment-always` option to leave a comment of benchmarking results at the commit always. [Thanks @pksunkara](https://github.com/rhysd/github-action-benchmark/pull/17) +- **New:** Added `save-data-file` option to skip saving data file. Setting `false` to this value is useful when you don't want to update Git repository. [Thanks @pksunkara](https://github.com/rhysd/github-action-benchmark/pull/17) +- **Improve:** `+/-` is now replaced with `±` +- **Improve:** Better formatting for floating point numbers + +[Changes][v1.8.0] + + # [v1.7.1](https://github.com/rhysd/github-action-benchmark/releases/tag/v1.7.1) - 23 Feb 2020 @@ -250,6 +261,7 @@ https://github.com/rhysd/github-action-benchmark#readme [Changes][v1.0.2] +[v1.8.0]: https://github.com/rhysd/github-action-benchmark/compare/v1.7.1...v1.8.0 [v1.7.1]: https://github.com/rhysd/github-action-benchmark/compare/v1.7.0...v1.7.1 [v1.7.0]: https://github.com/rhysd/github-action-benchmark/compare/v1.6.7...v1.7.0 [v1.6.7]: https://github.com/rhysd/github-action-benchmark/compare/v1.6.6...v1.6.7