diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b6cb559476..bd481764fba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)
-No public interface changes since `9.4.2`.
+- Changed `EuiButton` to use "m" as it's default `size` prop ([#1742](https://github.com/elastic/eui/pull/1742))
## [`9.4.2`](https://github.com/elastic/eui/tree/v9.4.2)
diff --git a/src/components/button/__snapshots__/button.test.js.snap b/src/components/button/__snapshots__/button.test.js.snap
index df5bc9f2382..b6cd22095b9 100644
--- a/src/components/button/__snapshots__/button.test.js.snap
+++ b/src/components/button/__snapshots__/button.test.js.snap
@@ -331,6 +331,21 @@ exports[`EuiButton props size l is rendered 1`] = `
`;
+exports[`EuiButton props size m is rendered 1`] = `
+
+`;
+
exports[`EuiButton props size s is rendered 1`] = `