diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-19 15:25:40 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-13 12:36:43 +0000 |
commit | 0299747af77b5a7c870c31a99598ff1d2928b507 (patch) | |
tree | b8e2bbcb8925fc188149b8d248221528b7535eff | |
parent | 3c8211f0a90cb65b8f19800843815619d23ecad3 (diff) |
Add some notes on authority update requests.
-rw-r--r-- | doc/CHANGES.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 45b8c3cc9..f4b844106 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,19 @@ +# rails-3-develop + +## Highlighted features + +* There is a new form for users to request that a new authority should + be added, or to request an update to the contact email used for an + authority. Site admins are emailed about these requests, and can + resolve them from the admin interface. + +## Upgrade notes + +* If your theme overrides the help/requesting template, you should + update the link in the section on requesting new authorities so the + link points to `<%= new_change_request_path %>` instead of `<%= + help_contact_path %>`. + # Version 0.15 ## Highlighted features |