Histograms are (visually) substantially different between the current released version 3.5.2 and the version in the 4.0.0 release candidate (3.5.2.9002, commit ce8d250). I'm not entirely sure where the issue comes from, but possibly the data is being binned differently? I believe this is what's causing revdepcheck failures in my package biometryassist.
Note this issue only appears on Windows. I have verified this appearing across multiple computers under Windows, but is fine on macOS or Ubuntu.
Here is in minimal reprex:
# Version 3.5.2
ggplot(iris, aes(Sepal.Length)) + geom_histogram()
# Version 3.5.2.9002
ggplot(iris, aes(Sepal.Length)) + geom_histogram()
See for example values around x = 5.