splitwise / super_diff

A more helpful way to view differences between complex data structures in RSpec.
https://splitwise.github.io/super_diff/
MIT License
960 stars 50 forks source link

Update changelog for recent InspectionTree change #231

Closed mcmire closed 6 months ago

mcmire commented 6 months ago

Recently, InspectionTree was changed so that it no longer instance_eval's the block that it takes. This change was released in 0.11.0, but should have been marked as a breaking change, since it affects custom InspectionTreeBuilders. Although we can't go back and change 0.11.0, we can at least document this for future code spelunkers.