Update change log in preparation for release.

This commit is contained in:
Nick Martin
2012-07-09 19:52:20 -07:00
parent ae55d9dd11
commit c2bc63993d

View File

@@ -1,6 +1,29 @@
## vNEXT
* HTTPS support
* Add `force-ssl` package to require site to load over HTTPS.
* Use HTTPS for install script and `meteor update`.
* Allow runtime configuration of default DDP endpoint.
* Handlebars improvements
* Implement dotted path traversal for helpers and methods.
* Use `{{this.foo}}` to avoid invoking helper `foo`.
* Make event handler `this` reflect the node that matched the selector instead of the event target node.
* Add `nib` support to stylus package. #175
* Upgrade bootstrap to version 2.0.4. #173
* Print changelog after `meteor update`.
* Fix issue with spurious heartbeat failures on busy connections.
* Fix exception in minimongo when matching non-arrays using `$all`. #183
* Fix serving an empty file when no cacheable assets exist. #179
## v0.3.7
* Better parsing of `.html` template files