diff options
author | murphy <murphy@rubychan.de> | 2010-07-05 07:26:35 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-07-05 07:26:35 +0000 |
commit | dfb0c922032ddaf9ddf5eb46a883f46715c0a50d (patch) | |
tree | a953f3312d0fbfa551f036cec1fe7a2d830472ef /Changes.textile | |
parent | 6ce02e0b6c6f1d6ee0a225df6832205b95ad93e9 (diff) | |
download | coderay-dfb0c922032ddaf9ddf5eb46a883f46715c0a50d.tar.gz |
Added all_plugins and all_titles methods to Plugin.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 2 |
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 |