From bb9a922f770d7b98fccba07692f913be5340ebea Mon Sep 17 00:00:00 2001 From: unscriptable Date: Thu, 19 Dec 2013 13:31:40 -0500 Subject: [PATCH] Clarify that 0.8.5 bug fixes are for the cram plugins. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 843d0e3b..94ac0c22 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ What's New? ======= * 0.8.5 - * Bug fix: plugins are now responsible for resolving url/filepath. - * Bug fix: legacy loader no longer fails to add a .js extension when there - are dots in the file name. + * Cram plugins: plugins are now responsible for resolving url/filepath. + * Cram plugins: legacy loader no longer fails to add a .js extension + when there are dots in the file name. * 0.8.4 * data-curl-run now only supports scripts, not modules, and is documented in the bootstrapping section of the wiki.