diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7a276e..25a6e7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.14.1 + +Released on Thursday, June 11 2020. + +- Fixed issue for representation of `counter()` and `counters()` (#58) +- Fixed parsing of numerical font-weight in font shorthand (#57) +- Updated `ComputeDeclarations` and `ComputeCascadedStyle` to support `IEnumerable` (#54) + # 0.14.0 Released on Tuesday, April 7 2020. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 63dbd1fd..32023e9a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -8,6 +8,7 @@ AngleSharp.Css contains code written by (in order of first pull request / commit * [Michał Kostrzewski](https://github.com/zeaposs) * [Jochen Kühner](https://github.com/jogibear9988) * [Tom Hazell](https://github.com/The-Nutty) +* [Michael Ganss](https://github.com/mganss) Without these awesome people AngleSharp.Css could not exist. Thanks to everyone for your contributions! :beers: diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0e4ac09c..f395776c 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -2,6 +2,6 @@ Extends the CSSOM from the core AngleSharp library. AngleSharp.Css - 0.14.0 + 0.14.1