From 35ec3faa8a085cb9de5e76585f0d58f953c214b3 Mon Sep 17 00:00:00 2001 From: chughts Date: Thu, 2 Jun 2016 19:27:26 +0100 Subject: [PATCH] updated readme for release 0.4.2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82089c24..63021875 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Node-RED Watson Nodes for IBM Bluemix [![Codacy Badge](https://api.codacy.com/project/badge/grade/e157cf8407f2442396789dc78075340a)](https://www.codacy.com/app/rezgui-y/node-red-node-watson) -### New in next version +### New in version 0.4.2 - The transcription returned for the Speech to Text node now returns full (untruncated) transcription. The alternatives are returned in msg.fullresult. The dialog now loads available models dynamically. This will allow new speech models to be identified without requiring a further code change.