From 7bf69595bb85de740e1f4fe284be72d1814fbf67 Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Tue, 26 Jun 2018 11:31:03 -0400 Subject: [PATCH] update the CHANGELOG for MeCab fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2d0fbe..e26aab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ Library change: provides friendlier output, and better reflects the precision of the underlying data anyway. +- The MeCab interface can now look for Korean and Japanese dictionaries + in `/usr/lib/x86_64-linux-gnu/mecab`, which is where Ubuntu 18.04 puts them + when they are installed from source. + ## Version 2.0.1 (2018-05-01)