From b2adde87221c454247f3c820cd71dfc849a66c1d Mon Sep 17 00:00:00 2001 From: Jacob Wegner Date: Sun, 3 Jul 2016 17:01:55 -0500 Subject: [PATCH] document backwards incompatible changes in 0.11.5 --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index ba12968..a0f35a6 100644 --- a/changelog.md +++ b/changelog.md @@ -8,3 +8,7 @@ * Fix invitee to call to_user_email method [PR #41](https://github.com/pinax/pinax-teams/pull/41) * Fix Membership verbose names in model meta [PR #45](https://github.com/pinax/pinax-teams/pull/45) * Ensure team exists in template context [PR #44](https://github.com/pinax/pinax-teams/pull/44) + +**Backwards Incompatible Changes** + +* `TEAM_NAME_BLACKLIST` has been renamed to `TEAMS_NAME_BLACKLIST` for consistency with other application settings \ No newline at end of file