summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-23 02:51:22 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-23 02:51:22 +0000
commit25e0f1617ecefcdfcedf91d38ac782436c65978d (patch)
tree5f35c828c5249a0b7b323b609d06e7d8f99c1d35 /CHANGELOG.txt
parent5d055a765c8c3bbcf056498a8930ea263fdfdb8e (diff)
downloadbrdo-25e0f1617ecefcdfcedf91d38ac782436c65978d.tar.gz
brdo-25e0f1617ecefcdfcedf91d38ac782436c65978d.tar.bz2
#537862 follow-up by Crell: CHANGELOG.txt entry for node access improvements.
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 296922dd6..66f1d2270 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -164,6 +164,13 @@ Drupal 7.0, xxxx-xx-xx (development version)
experience.
- Better module version support.
* Modules now can specify which version of another module they depend on.
+- Improved node access control system.
+ * All modules may now influence the access to a node at runtime, not just
+ the module that defined a node.
+ * Users may now be allowed to bypass node access restrictions without giving
+ them complete access to the site.
+ * Access control affects both published and unpublished nodes.
+ * Numerous other improvements to the node access system.
Drupal 6.0, 2008-02-13
----------------------