added note about phrase-based change to CHANGELOG
Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/bf12adc8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/bf12adc8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/bf12adc8 Branch: refs/heads/master Commit: bf12adc8b8e130c9f9addc69f47e9cf7e0774f72 Parents: 12b834e Author: Matt Post <[email protected]> Authored: Mon Aug 22 16:26:44 2016 -0500 Committer: Matt Post <[email protected]> Committed: Mon Aug 22 16:26:44 2016 -0500 ---------------------------------------------------------------------- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/bf12adc8/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 95cbaf4..f80e4b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +6.1 (TBD) +========= + +- Phrase-based decoder has been rewritten to use glue rules, instead of adding a preterminal + to all phrase-based rules. This means that phrase-based grammars can be used directly out + of Thrax. + 6.0.5 (October 23, 2015) ========================
