diff --git a/CHANGELOG.md b/CHANGELOG.md
index bfb88c5e..408e4331 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## [Unreleased]
+### Added
+
+- `InlineOptions::apply_width_attributes` and `InlineOptions::apply_height_attributes` options to add dimension HTML attributes from CSS properties on supported elements (`table`, `td`, `th`, `img`). [#652](https://github.com/Stranger6667/css-inline/issues/652)
+
### Performance
- Skip selectors that reference non-existent classes, IDs, or tags.
diff --git a/README.md b/README.md
index a5e9c0c8..7cd96ec1 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,8 @@ fn main() -> css_inline::Result<()> {
- `extra_css`. Extra CSS to be inlined. Default: `None`
- `preallocate_node_capacity`. **Advanced**. Preallocates capacity for HTML nodes during parsing. This can improve performance when you have an estimate of the number of nodes in your HTML document. Default: `32`
- `remove_inlined_selectors`. Specifies whether to remove selectors that were successfully inlined from `