Closure Tree v5.2.0 Release Notes

    • Eduardo Turiño renamed acts_as_tree to has_closure_tree. We'll keep both annotations around for the forseeable future, but I think not name-colliding by default is strictly better. (Thanks for both the suggestion and PR!)
    • Ryan Selk made several enhancements to the migration generation (thanks!).
    • ⚡️ ruok5 updated the README to clarify a heirarchy maintenance usecase. Thanks!
    • Made migrations error with a helpful message if the target didn't have the has_closure_tree or acts_as_tree annotation. This addresses issue 131.