add changes.md to root of project

This commit is contained in:
Tom Laird-McConnell 2018-02-28 14:24:12 -08:00
Родитель b0fedd5bfc
Коммит 2defe0480d
1 изменённых файлов: 11 добавлений и 0 удалений

11
Changes.md Normal file
Просмотреть файл

@ -0,0 +1,11 @@
## v.Next
* Changed BotContext to no longer be dynamic, and add IBotContext.Get<>() IBotContext.Set() for middleware to register
* renamed UserStateManagerMiddleware, ConversationManagerMiddleware to UserState<> and ConversationState<>
consolidating using generics with POCO objects and shared base class
* Added BotContextWrapper so developer can easily create custom BotContext with their own helpers/methods
## 4.0.0-alpha201802027a
* Milan release