Merge branch 'master' of git.chise.org:chise/est
[chise/est.git] / ChangeLog
index 2514775..dcfe66c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,21 @@
 2022-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
 
-       * est-eval.el (est-eval-value-as-object-with-description): New
-       function.
+       * est-eval.el
        (est-eval-value-as-hdic-tsj-character-with-description): New
        function.
-       (est-eval-value-as-entry-character-list): New function.
        (est-eval-value-as-hdic-tsj-entry-character-list): New function.
-       (est-eval-apply-value):
-       - Use `est-eval-value-as-entry-character-list' for
-         `entry-character-list' and `unordered-entry-character-list'.
-       - Use `est-eval-value-as-hdic-tsj-entry-character-list' for
-         `hdic-tsj-entry-character-list'.
+       (est-eval-apply-value): Use
+       `est-eval-value-as-hdic-tsj-entry-character-list' for
+       `hdic-tsj-entry-character-list'.
+
+2022-05-20  MORIOKA Tomohiko  <tomo.git@chise.org>
+
+       * est-eval.el (est-eval-value-as-object-with-description): New
+       function.
+       (est-eval-value-as-entry-character-list): New function.
+       (est-eval-apply-value): Use
+       `est-eval-value-as-entry-character-list' to support new formats
+       `entry-character-list' and `unordered-entry-character-list'.
 
 2022-04-28  MORIOKA Tomohiko  <tomo.git@chise.org>