diff --git a/CHANGELOG b/CHANGELOG index 6787522..eac9bac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +0.0.17: + * Changes to make compatible for GHC 9.6 + 0.0.16: * Add MaxOS parameter to indicate memory in use by RTS * Add haddock docmentation to the 'Column' type diff --git a/README.md b/README.md index 139c5f9..68a273c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# weigh [![Build Status](https://travis-ci.org/fpco/weigh.svg)](https://travis-ci.org/fpco/weigh) +# weigh [![Tests](https://github.com/fpco/weigh/actions/workflows/tests.yml/badge.svg)](https://github.com/fpco/weigh/actions/workflows/tests.yml) Measures the memory usage of a Haskell value or function