diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75e5346..63a995e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 1.0.4 Release
+- Documentation: Set height and width on component to prevent getImageData error
+
# 1.0.3 Release
- Fixed warning "Accessing PropTypes via the main React package is deprecated"
@@ -5,7 +8,7 @@
- Fix bug where radius, blur, and max were not being used when passed in as props.
# 1.0.1 Release
-- Fix bug in componentWillUnmount->safeRemoveLayer where getPanes doesn't return anything so .contains is called on undefined.
+- Fix bug in componentWillUnmount->safeRemoveLayer where getPanes doesn't return anything so .contains is called on undefined.
# 1.0.0 Release
- Leaflet 1.0.0 support
diff --git a/README.md b/README.md
index f861021..8310cf2 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ class MapExample extends React.Component {
render() {
return (
-