Skip to content

Commit 0153cb7

Browse files
committed
changelog and documentation
1 parent e446744 commit 0153cb7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
Change Log
22
==========
3+
## Version 0.11.0
4+
_2016_10_27_
5+
* New: Abstracted `Speech to Text` customization methods.
6+
37
## Version 0.10.0
48
_2016_09_23_
59

610
* New: Added `similarity search` to the `Visual Recognition` service.
711
* Fix: `Touch Widget` improvmements.
812
* Fix: Disabled 3rd Party plugin warnings.
913
* 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.
1115

1216
## Version 0.9.0
1317
_2016-08-26_

Scripts/UnitTests/TestSpeechToText.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public override IEnumerator RunTest()
202202
while (!m_ResetCustomizationTested)
203203
yield return null;
204204

205+
// The customization is always pending after reset for some reason!
205206
//Runnable.Run(CheckCustomizationStatus(m_CreatedCustomizationID));
206207
//while (m_IsCustomizationBusy)
207208
// yield return null;

0 commit comments

Comments
 (0)