Skip to content

Commit

Permalink
Update CHANGELOG.md (#16439)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

Fixed typo
  • Loading branch information
bbolek authored and bvaughn committed Aug 20, 2019
1 parent da0a47b commit efa5dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## 4.0.3 (August 17, 2019)
#### Bug fixes
* ES6 `Map` and `Set`, typed arrays, and other unnserializable types (e.g. Immutable JS) can now be inspected.
* ES6 `Map` and `Set`, typed arrays, and other unserializable types (e.g. Immutable JS) can now be inspected.
* Empty objects and arrays now display an "(empty)" label to the right to reduce confusion.
* Components that use only the `useContext` hook now properly display hooks values in side panel.
* Style editor now supports single quotes around string values (e.g. both `"red"` and `'red'`).
Expand Down

0 comments on commit efa5dbe

Please sign in to comment.