Skip to content

Commit c80a6f5

Browse files
author
Ben Newman
committed
Mention binary npm rebuilds in History.md.
1 parent c9911ba commit c80a6f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
## v.NEXT
22

3+
* Meteor packages with binary npm dependencies are now automatically
4+
rebuilt using `npm rebuild` whenever the version of Node or V8 changes,
5+
making it much simpler to use Meteor with different versions of Node.
6+
5dc51d39ecc9e8e342884f3b4f8a489f734b4352
7+
38
* `*.min.js` files are no longer minified during the build process.
49
[PR #6986](https://github.com/meteor/meteor/pull/6986) [Issue #5363](https://github.com/meteor/meteor/issues/5363)
10+
511
* You can now pick where the `.meteor/local` directory is created by setting the `METEOR_LOCAL_DIR` environment variable. This lets you run multiple instances of the same Meteor app.
612
[PR #6760](https://github.com/meteor/meteor/pull/6760) [Issue #6532](https://github.com/meteor/meteor/issues/6532)
713

0 commit comments

Comments
 (0)