Run this code in 3.5.1 and in 4.0.0, notice the bins near the middle are very different: ``` ggplot(mtcars, aes(x = drat)) + geom_histogram() ``` <img width="912" height="533" alt="Image" src="https://github.com/user-attachments/assets/561f0f15-f9ce-4d05-960a-9cb89e59d95d" /> vs <img width="737" height="596" alt="Image" src="https://github.com/user-attachments/assets/af9f35a8-cb7f-487f-9a6f-ac187abc77ea" />