Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/java-speech-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Kuza <luke.kuza@allstarwireless.com>2013-07-16 07:08:03 +0400
committerLuke Kuza <luke.kuza@allstarwireless.com>2013-07-16 07:08:03 +0400
commitdfea4208bc3bd5a4033c4fabe280bddb1b61e9e9 (patch)
tree5cefe7c69e256afada5755cf02d3184036fb0bda
parent0bc6ad550563287c6c5a016d30ad357f8bd9c539 (diff)
Update CHANGELOG.markdownv1.05
-rw-r--r--CHANGELOG.markdown12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index d22a845..0c3e39a 100644
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -5,5 +5,15 @@ Changelog corresponds with a tagged and signed Git commit. This marks the chang
A tagged commit may or may not have a corresponding binary version available.
Format: Tag: `<Corresponding Tag>`
+* Version 1.05 (Tag: v1.015)
+ * Improved language support for recognizer (Credits to @duncanj)
+ * Add support for multiple responses for recognizer (Credits to @duncanj)
+ * Add profanity filter toggle support for recognizer (Credits to @duncanj)
+
+* Version 1.01 (Tag: v1.01)
+ * Fixed state functions for Microphones
+ * Fixed encoding single byte frames
+ * Support Multiple Languages
+
* Version 1.00 (Tag: v1.00)
- * Initial Release \ No newline at end of file
+ * Initial Release