From cc6a9914648c7b0fdf6e54500af8dbe2dceba10c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 12 Jun 2013 23:10:53 -0700 Subject: [PATCH] Add changelog note about `--output`. [ci skip] Former-commit-id: 7ea8bf69eea43fc489a6f6fe1f18eba206a735de --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c1993d05..bd76dcb23 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ require({ * Ensured debounced function with, `leading` and `trailing` options, works as expected * Ensured minified builds work with the Dojo builder * Ensured minification avoids deoptimizing expressions containing boolean values + * Ensured support for `--output` paths containing build command keywords * Ensured unknown types return `false` in `_.isObject` and `_.isRegExp` * Ensured `_.clone`, `_.flatten`, and `_.uniq` can be used as a `callback` for methods like `_.map` * Ensured `_.forIn` works on objects with longer inheritance chains in IE < 9