diff --git a/CHANGELOG.md b/CHANGELOG.md index b91fd1c4..b1ee07e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [4.2.6] - 2020-08-28 +### Fixed +- Code width and height when the provided value is not numeric (ex: 100%) [#380] + ## [4.2.5] - 2020-08-01 ### Fixed - Github TypeError exception with some urls [#375] @@ -79,7 +83,9 @@ Full library refactoring. [#357]: https://github.com/oscarotero/Embed/issues/357 [#366]: https://github.com/oscarotero/Embed/issues/366 [#375]: https://github.com/oscarotero/Embed/issues/375 +[#380]: https://github.com/oscarotero/Embed/issues/380 +[4.2.6]: https://github.com/oscarotero/Embed/compare/v4.2.5...v4.2.6 [4.2.5]: https://github.com/oscarotero/Embed/compare/v4.2.4...v4.2.5 [4.2.4]: https://github.com/oscarotero/Embed/compare/v4.2.3...v4.2.4 [4.2.3]: https://github.com/oscarotero/Embed/compare/v4.2.2...v4.2.3