From c4f5a148b44d3e41d8b07cc19b8a479950179ea1 Mon Sep 17 00:00:00 2001 From: TheNorthMemory Date: Sat, 13 Jun 2015 17:10:03 +0800 Subject: [PATCH] emoji@_config.yml --- _config.yml | 2 ++ release_notes.md | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..4e0ffd0 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +gems: + - jemoji diff --git a/release_notes.md b/release_notes.md index 8543859..583514a 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,14 +1,19 @@ +# 2.1 +## [2.1.0-alpha](https://github.com/overtrue/wechat/tree/2.1.0-alpha) +- [MOD] Re-structure all of the SDK arguments from plain passed as array passed. + +{{note(it doesn't back compatible of the 2.0 serial.)}} # 2.0 -## 2.0.19 +## [2.0.19](https://github.com/overtrue/wechat/tree/2.0.19) - [FIX] `Overtrue\Wechat\Staff::delete`, let it works; -## 2.0.18 +## [2.0.18](https://github.com/overtrue/wechat/tree/2.0.18) - [MOD] `Overtrue\Wechat\Menu`, `view_limited` and `media_id` events supported; -## 2.0.1 +## [2.0.0-alpha](https://github.com/overtrue/wechat/tree/2.0.0-alpha) - [DEL] Removed `Overtrue\Wechat\Wechat` class; - [DEL] Removed `Menu::make()` method,the usage is changed to `new MenuItem($name, $type, $key)` style;