Skip to content

Commit

Permalink
Move Promise#finally to stage 2, per July 2016 TC39 meeting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 28, 2016
1 parent 04420be commit a669637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -15,7 +15,8 @@ Proposals follow [this process document](https://tc39.github.io/process-document
| πŸš€ | [Rest/Spread Properties](https://github.com/sebmarkbage/ecmascript-rest-spread) | Sebastian Markbage | 2 |
| πŸš€ | [Shared memory and atomics](https://github.com/tc39/ecmascript_sharedmem) | Lars T Hansen | 2 |
| | [System.global](https://github.com/tc39/proposal-global) | Jordan Harband | 2 |
| | [Public Class Fields](http://jeffmo.github.io/es-class-public-fields/) | Jeff Morrison | 2 |
| | [Public Class Fields](http://jeffmo.github.io/es-class-public-fields/) | Jeff Morrison | 2 |
| | [Promise.prototype.finally](https://github.com/ljharb/proposal-promise-finally) | Jordan Harband | 2 |
| | [ArrayBuffer.transfer](https://gist.github.com/lukewagner/2735af7eea411e18cf20) | Luke Wagneer & Allen Wirfs-Brock | 1 |
| πŸš€ | [`export * as ns from "mod";` statements](https://github.com/leebyron/ecmascript-export-ns-from) | Lee Byron | 1 |
| πŸš€ | [`export v from "mod";` statements](https://github.com/leebyron/ecmascript-export-default-from) | Lee Byron | 1 |
Expand Down

0 comments on commit a669637

Please sign in to comment.