Skip to content

Commit

Permalink
Update history
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Apr 15, 2013
1 parent 6873c91 commit 939f3ff
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@

## vNEXT

* Add Weibo token expiration time to `services.weibo.expiresAt`.

* Better errors with misconfigured OAuth services. See
http://stackoverflow.com/questions/13437174/meteor-oauth-exception-while-invoking-method-login

* Better stack traces for `Meteor.Error`.
* Better error reporting:
* Capture real stack traces for `Meteor.Error`.
* Report better errors with misconfigured OAuth services.

* Add per-package upgrade notices to `meteor update`.

Expand All @@ -18,8 +15,12 @@
* Upgrade d3 from 2.x to 3.1.4. See
https://github.com/mbostock/d3/wiki/Upgrading-to-3.0 for compatibility notes.

* Allow CoffeeScript to set global variables when using `use strict`. #933

* Return the inserted documented ID from `LocalCollection.insert`. #908

* Add Weibo token expiration time to `services.weibo.expiresAt`.

* `Spiderable.userAgentRegExps` can now be modified to change what user agents
are treated as spiders by the `spiderable` package.

Expand All @@ -29,7 +30,7 @@
* Fix meteor command line tool when run from a home directory with
spaces in its name.

Patches contributed by GitHub users andreas-karlsson, jacott,
Patches contributed by GitHub users andreas-karlsson, awwx, jacott,
joshuaconner, and timhaines.


Expand Down

0 comments on commit 939f3ff

Please sign in to comment.