diff --git a/README.md b/README.md
index cee9232..f98bc01 100644
--- a/README.md
+++ b/README.md
@@ -592,10 +592,7 @@ app.use('/', proxy('internalhost.example.com', {
| Release | Notes |
| --- | --- |
-| 2.1.0 | * Fixes => content-types can have semi-colons, and we need to parse around this.
-* Improves => using proxyReqBodyDecorator with parseReqBody=false.
-* Repairs => Can't use proxy() twice in Express middleware stack.
-* Fixes => Instead of new Buffer using Buffer.from as per https://nodejs.org/api/buffer.html\#buffer_new_buffer_string_encoding.
+| 2.1.0 | * Fixes => content-types can have semi-colons, and we need to parse around this. * Improves => using proxyReqBodyDecorator with parseReqBody=false. * Repairs => Can't use proxy() twice in Express middleware stack. * Fixes => Instead of new Buffer using Buffer.from as per https://nodejs.org/api/buffer.html\#buffer_new_buffer_string_encoding. |
| 2.0.0 | Update all dependencies; set stage for next iteration. `express-http-proxy` interface has not changed, but the underlying libraries are not guaranteed to be backward compatible. Versions beyond this point are expected to be run in node verions >= 16. |
| ----- | ----------------------------------------------------------------------- |
| 1.6.3 | [#453] Author should be able to delete headers in userResHeaderDecorator.