diff options
Diffstat (limited to 'packages/react-docs/CHANGELOG.md')
-rw-r--r-- | packages/react-docs/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md index a90cf19f0..7f860739f 100644 --- a/packages/react-docs/CHANGELOG.md +++ b/packages/react-docs/CHANGELOG.md @@ -4,3 +4,4 @@ * Move example out into a separate sub-package * Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package (#452) + * Handle `reflection` type rendering so that anonymous function type declarations render properly |