From cb95b8d85d2e8b32fb4fffb06a16ba123c14ab6c Mon Sep 17 00:00:00 2001 From: Marc Siegel Date: Sat, 8 May 2021 11:02:00 -0400 Subject: [PATCH] Update HISTORY.md for github action improvements --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 1718f5a..087a09f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,10 @@ migration to Github Actions - Removed support for all EOL Rubies < 2.6 - Migrate CI from Travis to Github Actions + - Special thanks (again!) to Taichi Ishitani (@taichi-ishitani): + - Use more reliable codecov github action (via simplecov-cobertura) + rather than less reliable codecov gem + - Enable bundle caching in github action setup-ruby ## [v1.3.5 (Jan 13, 2021)](http://github.com/ms-ati/docile/compare/v1.3.4...v1.3.5)