diff options
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | sites/all/libraries/README.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index fd16a4891..1ca4a3537 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ Drupal 7.37, xxxx-xx-xx (development version) ----------------------- +- Added a sites/all/libraries folder to the codebase, with instructions for + using it. - Added a description to the "Administer text formats and filters" permission on the Permissions page (string change). diff --git a/sites/all/libraries/README.txt b/sites/all/libraries/README.txt new file mode 100644 index 000000000..d027ec24f --- /dev/null +++ b/sites/all/libraries/README.txt @@ -0,0 +1,2 @@ +This directory should be used to place downloaded and custom libraries (such as +Javascript libraries) which are used by contributed or custom modules. |