diff --git a/CHANGELOG.md b/CHANGELOG.md index 296251c..a570827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 0.7.0 +* Add support for passing a function to `styled` instead using it as a tagged template. For example, styled.div(props => `color: red;`), or styled(Component)(props => `color: red;`) + ## 0.6.4 * Fixed parsing for CSS with escaped characters