Update History.md with recent changes in 1.4.1.

This commit is contained in:
Ben Newman
2016-08-17 15:27:15 -04:00
parent c51ca73575
commit ff0f9fe7b6

View File

@@ -105,6 +105,16 @@
deployed apps has been fixed.
[#7609](https://github.com/meteor/meteor/pull/7609).
* The `meteor update` command now supports an `--all-packages` flag to
update all packages (including indirect dependencies) to their latest
compatible versions, similar to passing the names of all your packages
to the `meteor update` command.
[#7653](https://github.com/meteor/meteor/pull/7653)
* Background release updates can now be disabled by invoking either
`meteor --no-release-check` or `METEOR_NO_RELEASE_CHECK=1 meteor`.
[#7445](https://github.com/meteor/meteor/pull/7445)
## v1.4.0.1
* Fix issue with the 1.4 tool springboarding to older releases (see [Issue #7491](https://github.com/meteor/meteor/issues/7491))