diff --git a/docs/en/migration-guides/removed-components.rst b/docs/en/migration-guides/removed-components.rst index c738cd37ea..421b4a9e17 100644 --- a/docs/en/migration-guides/removed-components.rst +++ b/docs/en/migration-guides/removed-components.rst @@ -7,6 +7,11 @@ Following components are removed from ESP-IDF and moved to `IDF Component Regist * `cbor `_ * `jsmn `_ * `esp_modem `_ +* `nghttp `_ + +.. note:: Please note that http parser functionality which was previously part of ``nghttp`` component is now part of :component:`http_parser ` component. + +* `sh2lib `_ These components can be installed using ``idf.py add-dependency`` command.