diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6898e637c..121fe9bf43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -402,5 +402,6 @@ Released with 1.0.0-beta.37 code base. ### Changed - Docs are being updated + - Remove deprecation notice for HttpProvider (#4008) -## [Unreleased] \ No newline at end of file +## [Unreleased] diff --git a/docs/include_package-core.rst b/docs/include_package-core.rst index 6d7225ca653..72a0659ded2 100644 --- a/docs/include_package-core.rst +++ b/docs/include_package-core.rst @@ -84,7 +84,7 @@ Value ``Object`` with the following providers: - - ``Object`` - ``HttpProvider``: The HTTP provider is **deprecated**, as it won't work for subscriptions. + - ``Object`` - ``HttpProvider``: HTTP provider, does not support subscriptions. - ``Object`` - ``WebsocketProvider``: The Websocket provider is the standard for usage in legacy browsers. - ``Object`` - ``IpcProvider``: The IPC provider is used node.js dapps when running a local node. Gives the most secure connection.