Skip to content

Commit

Permalink
fix heading level
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 7, 2020
1 parent 2aa15b3 commit e2f65c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this

## [v5.1.0] - 2020-04-07

## New Functionality
### New Functionality

- Add `shouldForwardProp` API (almost the same as emotion's, just a slightly different usage pattern); https://github.com/styled-components/styled-components/pull/3006

Expand Down Expand Up @@ -64,7 +64,7 @@ _The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
Note the dollar sign (`$`) prefix on the prop; this marks it as _transient_ and styled-components knows not to add it to the rendered DOM element or pass it further down the component hierarchy.
## Bugfixes
### Bugfixes
- Fix slow SSR Rehydration for malformed CSS and increase fault-tolerance (see [#3018](https://github.com/styled-components/styled-components/pull/3018))
Expand Down

0 comments on commit e2f65c1

Please sign in to comment.