Update CHANGELOG.md

This commit is contained in:
Dan Abramov
2020-09-10 19:54:10 +01:00
committed by GitHub
parent ed4fdfc737
commit 77544a0d6f
@@ -1,3 +1,7 @@
## 4.1.1
* Improve support for optional chaining. ([@pfongkye](https://github.com/pfongkye) in [#19680](https://github.com/facebook/react/pull/19680))
* Fix a false positive warning for TypeScript parameters. ([@NeoRaider](https://github.com/NeoRaider) in [#19751](https://github.com/facebook/react/pull/19751))
## 4.1.0
* **New Violations:** Warn when dependencies change on every render. ([@captbaritone](https://github.com/captbaritone) in [#19590](https://github.com/facebook/react/pull/19590))