aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs/CHANGELOG.md')
-rw-r--r--packages/react-docs/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/react-docs/CHANGELOG.md b/packages/react-docs/CHANGELOG.md
index 7c46013b1..cb42bb307 100644
--- a/packages/react-docs/CHANGELOG.md
+++ b/packages/react-docs/CHANGELOG.md
@@ -8,3 +8,7 @@
* 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
+ * Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures.
+ * Rename `MethodBlock` to `SignatureBlock` since it is not used to render method and function signature blocks.
+ * Add support for documenting exported functions.