Skip to content

Commit

Permalink
0.15.13 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Nov 12, 2018
1 parent 4a645ef commit 7ce7bd8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 0.15.13 / 2018-11-12

### messenger

- [new] Add `context.usePersona`:

```js
context.usePersona('<PERSONA_ID>');
await context.sendText('Hello');
await context.sendText('World');
```

# 0.15.12 / 2018-11-09

### messenger
Expand Down

0 comments on commit 7ce7bd8

Please sign in to comment.