Skip to content

Commit

Permalink
History.md note for meteor#857.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Mar 23, 2013
1 parent c299785 commit 485d963
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
* Twitter login now stores profile_image_url and profile_image_url_https
attributes in the user.services.twitter namespace. #788

* Allow packages to register file extensions with dots in the filename.

* Deps API
* Add `dep.depend()`, deprecate `Deps.depend(dep)` and
`dep.addDependent()`.
* If first run of `Deps.autorun` throws an exception, stop it and don't
rerun. This prevents a Spark exception when template rendering fails
("Can't call 'firstNode' of undefined").
Patches contributed by GitHub users raix, blackcoat, timhaines

Patches contributed by GitHub users raix, blackcoat, mquandalle, timhaines

## v0.5.9

Expand Down

0 comments on commit 485d963

Please sign in to comment.