Skip to content

Commit 192578b

Browse files
committed
Updating changelog
1 parent ec21317 commit 192578b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
v1.0.0-rc1
2-
date: 2016-02-10
2+
date: 2016-02-11
33
changes:
44
- full list of changes is on http://gruntjs.com
55
- if you have a Grunt plugin that includes `grunt` in the `peerDependencies`,
@@ -13,17 +13,20 @@ v1.0.0-rc1
1313
-`glob` is upgraded to `~6.0.4` and `minimatch` is upgraded to `~3.0.0`. Results
1414
are now sorted by default with `grunt.file.expandMapping()`. Pass the
1515
`nosort: true` option if you don't want the results to be sorted.
16-
- `lodash` was upgraded to `~3.10.1`. Many changes have occurred. Some of which
16+
- `lodash` was upgraded to `~4.3.0`. Many changes have occurred. Some of which
1717
that directly effect Grunt are `grunt.util._.template()` returns a compile
1818
function and `grunt.util._.flatten` no longer flattens deeply.
1919
`grunt.util._` is deprecated and we highly encourage you to
2020
`npm install lodash` and `var _ = require('lodash')` to use `lodash`.
21+
Please see the lodash changelog for a full list of changes: https://github.com/lodash/lodash/wiki/Changelog
2122
- `iconv-lite` is upgraded to `~0.4.13` and strips the BOM by default.
2223
- `js-yaml` is upgraded to `~3.5.2` and may affect `grunt.file.readYAML`.
2324
We encourage you to please `npm install js-yaml` and use
2425
`var YAML = require('js-yaml')` directly in case of future deprecations.
2526
- A file `mode` option can be passed into
2627
[grunt.file.write()](http://gruntjs.com/api/grunt.file#grunt.file.write).
28+
- `Done, without errors.` was changed to `Done.` to avoid failing by mistake
29+
on the word `errors`.
2730
v0.4.5:
2831
date: 2014-05-12
2932
changes:

0 commit comments

Comments
 (0)