From 314e95a8ee10d9d2582ccb7c78085b3f0fd5ab47 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Thu, 11 Feb 2016 09:08:28 -0800 Subject: [PATCH] Updating changelog --- CHANGELOG | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 006b94e7..94123883 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ v1.0.0-rc1 - date: 2016-02-10 + date: 2016-02-11 changes: - full list of changes is on http://gruntjs.com - if you have a Grunt plugin that includes `grunt` in the `peerDependencies`, @@ -13,17 +13,20 @@ v1.0.0-rc1 -`glob` is upgraded to `~6.0.4` and `minimatch` is upgraded to `~3.0.0`. Results are now sorted by default with `grunt.file.expandMapping()`. Pass the `nosort: true` option if you don't want the results to be sorted. - - `lodash` was upgraded to `~3.10.1`. Many changes have occurred. Some of which + - `lodash` was upgraded to `~4.3.0`. Many changes have occurred. Some of which that directly effect Grunt are `grunt.util._.template()` returns a compile function and `grunt.util._.flatten` no longer flattens deeply. `grunt.util._` is deprecated and we highly encourage you to `npm install lodash` and `var _ = require('lodash')` to use `lodash`. + Please see the lodash changelog for a full list of changes: https://github.com/lodash/lodash/wiki/Changelog - `iconv-lite` is upgraded to `~0.4.13` and strips the BOM by default. - `js-yaml` is upgraded to `~3.5.2` and may affect `grunt.file.readYAML`. We encourage you to please `npm install js-yaml` and use `var YAML = require('js-yaml')` directly in case of future deprecations. - A file `mode` option can be passed into [grunt.file.write()](http://gruntjs.com/api/grunt.file#grunt.file.write). + - `Done, without errors.` was changed to `Done.` to avoid failing by mistake + on the word `errors`. v0.4.5: date: 2014-05-12 changes: