Skip to content

Commit

Permalink
0.14.23 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Feb 27, 2018
1 parent 66291d8 commit 1816b79
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# 0.14.23 / 2018-02-27

* [fix] fix context simulator initialState (#198)

### messenger

* [new] Support request thread control:

```js
context.requestThreadControl();
context.event.isRequestThreadControl; // true or false
context.event.requestThreadControl;
/*
{
metadata: 'additional content that the caller wants to set',
requested_owner_app_id: '123456789',
}
*/
```

* [fix] fix error when verifying facebook signature.

# 0.14.22 / 2018-02-12

* [deps] bump messaging-apis to v0.6.13
Expand Down

0 comments on commit 1816b79

Please sign in to comment.