aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPrzemyslaw Szczepaniak <pszczepaniak@google.com>2013-03-04 11:30:34 +0000
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2013-03-04 11:30:34 +0000
commit5bf56ba7027cd5f22ff52d0138893f7a585135fb (patch)
tree19e17fc79b8873e66f211276d4dd169c480cede1 /NEWS
parent3da1eb108d36da35333b2d655202791af854996b (diff)
parent5b6dc79427b8f7eeb6a7ff68034ab8548ce670ea (diff)
downloadopenfst-5bf56ba7027cd5f22ff52d0138893f7a585135fb.tar.gz
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 530d7b4..8cb9527 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,12 @@ OpenFst - Release 1.3
* Added 'fst' as possible far writer type (1.3.2)
* phi matcher can now accept 0 as the phi label (1.3.2)
* Added ngram-fst extension (1.3.2)
+ * Improved performance of PDT composition (1.3.3)
+ * Memory-map support (1.3.3)
+ * Fixed cross-FST serialization issues (1.3.3)
+ * Fixed NGramFst off-by-one issue (1.3.3)
+ * farextract now allows one to specify a list of comma-separated keys,
+ including key ranges (1.3.3)
OpenFst - Release 1.2
* Added lookahead matching and filtering for faster composition