splitwise / super_diff

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

Update changelog for recent InspectionTree change #231

Closed mcmire closed 8 months ago

mcmire commented 8 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.