File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
+ ## Version 0.11.0
4
+ _ 2016_10_27_
5
+ * New: Abstracted ` Speech to Text ` customization methods.
6
+
3
7
## Version 0.10.0
4
8
_ 2016_09_23_
5
9
6
10
* New: Added ` similarity search ` to the ` Visual Recognition ` service.
7
11
* Fix: ` Touch Widget ` improvmements.
8
12
* Fix: Disabled 3rd Party plugin warnings.
9
13
* Fix: Removed ` Conversation ` Message overload method that takes only input and conversationID.
10
- * Fix: Rewrote ` Conversation ` example script to show how to create MessageRequest object.
14
+ * Fix: Rewrote ` Conversation ` example script to show how to create MessageRequest object.
11
15
12
16
## Version 0.9.0
13
17
_ 2016-08-26_
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ public override IEnumerator RunTest()
202
202
while ( ! m_ResetCustomizationTested )
203
203
yield return null ;
204
204
205
+ // The customization is always pending after reset for some reason!
205
206
//Runnable.Run(CheckCustomizationStatus(m_CreatedCustomizationID));
206
207
//while (m_IsCustomizationBusy)
207
208
// yield return null;
You can’t perform that action at this time.
0 commit comments