summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile
index a2bd534..09c7919 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -257,6 +257,8 @@ h3. @Plugin@
* *IMPROVED*: @register_for@ sets the @plugin_id@; it can now be a @Symbol@.
* *ADDED* @PluginHost#const_missing@ method: Plugins are loaded automatically.
Using @Scanners::JavaScript@ in your code loads @scanners/java_script.rb@.
+* *ADDED* @#all_plugins@ and @#all_titles@ methods to simplify getting
+ information about all available plugins (suggested by bnhymn).
h3. Internal API changes