Update History.md with new features in 1.3-beta.16.

This commit is contained in:
Ben Newman
2016-03-09 15:54:00 -05:00
parent 4f5cb1d7a0
commit bcad71e95b

View File

@@ -78,6 +78,12 @@
* On the server, modules contained within `node_modules` directories are
now loaded using the native Node `require` function. #6398
* All `<script>` tag(s) for application and package code now appear at the
end of the `<body>` rather than in the `<head>`. #6375
* The client-side version of `process.env.NODE_ENV` (and other environment
variables) now matches the corresponding server-side values. #6399
### Performance
* Don't reload package catalog from disk on rebuilds unless package