Skip to content

Commit

Permalink
Update change log in preparation for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Jul 10, 2012
1 parent ae55d9d commit c2bc639
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions History.md
@@ -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
Expand Down

0 comments on commit c2bc639

Please sign in to comment.