さらに、<productname>PostgreSQL</productname>13の新しい<literal>SQL</literal>パーサを取り込んでいます。
   </para>
 
+  <para>
+<!--
+   Please be warned that in this version some configuration parameters
+   are changed to use more appropriate language. Also some words used
+   in reporting are changed accordingly. See "Migration" section for
+   more details.
+-->
+   このバージョンでは、より適切な用語を使うために設定パラメータ名が変更されていることに注意してください。
+   また、レポートでも用語が変更されています。詳細は、「移行」の章を見てください。
+  </para>
+
   <para>
    主な改善項目は以下です。
   </para>
 
    <listitem>
 <!--
+2020-09-17 [9e366c14]
+-->
+    <para>
+<!--
+     Cleanup language. (Umar Hayat)
+-->
+     適切な用語に変更しました。(Umar Hayat)
+    </para>
+    <para>
+     <!--
+     Following changes are made in <filename>pgpool.conf</filename>.
+     -->
+     <filename>pgpool.conf</filename>に以下の変更が行われました。
+     <itemizedlist>
+
+      <listitem>
+       <para>
+       black_function_list → write_function_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       white_function_list → read_function_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       black_query_pattern → primary_routing_query_pattern
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       black_memcache_table_list → cache_unsafe_table_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       white_memcache_table_list → cache_safe_table_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       ALWAYS_MASTER flag → ALWAYS_PRIMARY flag
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       follow_master_command  → follow_primary_command
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       <!--
+       Replace relcache_query_target option value 'master' to 'primary'.
+       -->
+       relcache_query_targetのオプション値'master'を'primary'に変更しました。
+       </para>
+      </listitem>
+
+     </itemizedlist>
+    </para>
+
+    <para>
+<!--
+     Some words used in reporting are changed.
+-->
+     レポートで使われている用語を変更しました。
+
+     <itemizedlist>
+      <listitem>
+       <para>
+       master → main
+       </para>
+       <para>
+       slave → replica
+       </para>
+      </listitem>
+      </itemizedlist>
+    </para>
+
+    <para>
+<!--
+     Some parameter names used in scripts are changed.
+-->
+     スクリプトの引数で使われている用語を変更しました。
+
+     <itemizedlist>
+      <listitem>
+       <para>
+       master → main
+       </para>
+      </listitem>
+      </itemizedlist>
+    </para>
+
+    <para>
+<!--
+     Some names used in watchdog are changed.
+-->
+     watchdogで使われている用語を変更しました。
+
+     <itemizedlist>
+      <listitem>
+       <para>
+       master → leader
+       </para>
+      </listitem>
+      </itemizedlist>
+    </para>
+
+   </listitem>
+
+<!--
 Author: Bo Peng <pengbo@sraoss.co.jp>
 2020-08-11 [a840ecb2] New feature: Simplify Watchdog related configuration parameters.
 -->
+   <listitem>
     <para>
      以下のwatchdogパラメータは使えなくなりました。
      <programlisting>
    <listitem>
     <para>
      <!--
-     In this release same bug fixes as <productname>Pgpool-II</productname> 4.1.3 are
-     already applied. See <xref linkend="release-4-1-3"> for more details of those fixes.
+     In this release same bug fixes as <productname>Pgpool-II</productname> 4.1.4 are
+     already applied. See <xref linkend="release-4-1-4"> for more details of those fixes.
      -->
-     このリリースでは<productname>Pgpool-II</productname> 4.1.3 と同様のバグ修正が既に適用されています。
-     修正の詳細は<xref linkend="release-4-1-3">を参照してください。
+     このリリースでは<productname>Pgpool-II</productname> 4.1.4 と同様のバグ修正が既に適用されています。
+     修正の詳細は<xref linkend="release-4-1-4">を参照してください。
     </para>
    </listitem>
   </itemizedlist>
     </para>
    </listitem>
 
+   <listitem>
+    <!--
+    2019-09-24 [6156534a]
+    -->
+    <para>
+<!--
+     Add wd_cli utility (Muhammad Usama, Japanese doc by Tatsuo Ishii)
+-->
+     wd_cliユーティリティを追加しました。(Muhammad Usama, Japanese doc by Tatsuo Ishii)
+    </para>
+    <para>
+<!--
+     <xref linkend="wd-cli"> makes it easier to integrate the external health check systems with the
+     <productname>Pgpool-II</productname>.
+-->
+     <xref linkend="wd-cli">は<productname>Pgpool-II</productname>と外部ヘルスチェックシステとの連携を容易にします。
+    </para>
+   </listitem>
+
    <listitem>
     <!--
     2020-08-02 [b7f902d9]
 
    parse is imported.
   </para>
 
+  <para>
+   Please be warned that in this version some configuration parameters
+   are changed to use more appropriate language. Also some words used
+   in reporting are changed accordingly. See "Migration" section for
+   more details.
+  </para>
+
   <para>
    Below are major enhancements.
   </para>
 
    <listitem>
 <!--
+2020-09-17 [9e366c14]
+-->
+    <para>
+     Cleanup language. (Umar Hayat)
+    </para>
+    <para>
+     Following changes are made in <filename>pgpool.conf</filename>.
+     <itemizedlist>
+
+      <listitem>
+       <para>
+       black_function_list → write_function_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       white_function_list → read_function_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       black_query_pattern → primary_routing_query_pattern
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       black_memcache_table_list → cache_unsafe_table_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       white_memcache_table_list → cache_safe_table_list
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       ALWAYS_MASTER flag → ALWAYS_PRIMARY flag
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       follow_master_command  → follow_primary_command
+       </para>
+      </listitem>
+
+      <listitem>
+       <para>
+       Replace relcache_query_target option value 'master' to 'primary'.
+       </para>
+      </listitem>
+
+     </itemizedlist>
+    </para>
+
+    <para>
+     Some words used in reporting are changed.
+
+     <itemizedlist>
+      <listitem>
+       <para>
+       master → main
+       </para>
+       <para>
+       slave → replica
+       </para>
+      </listitem>
+      </itemizedlist>
+    </para>
+
+    <para>
+     Some parameter names used in scripts are changed.
+
+     <itemizedlist>
+      <listitem>
+       <para>
+       master → main
+       </para>
+      </listitem>
+      </itemizedlist>
+    </para>
+
+    <para>
+     Some names used in watchdog are changed.
+
+     <itemizedlist>
+      <listitem>
+       <para>
+       master → leader
+       </para>
+      </listitem>
+      </itemizedlist>
+    </para>
+
+   </listitem>
+
+<!--
 Author: Bo Peng <pengbo@sraoss.co.jp>
 2020-08-11 [a840ecb2] New feature: Simplify Watchdog related configuration parameters.
 -->
+   <listitem>
     <para>
      Watchdog parameters below are deprecated.
      <programlisting>
   <itemizedlist>
    <listitem>
     <para>
-     In this release same bug fixes as <productname>Pgpool-II</productname> 4.1.3 are
-     already applied. See <xref linkend="release-4-1-3"> for more details of those fixes.
+     In this release same bug fixes as <productname>Pgpool-II</productname> 4.1.4 are
+     already applied. See <xref linkend="release-4-1-4"> for more details of those fixes.
     </para>
    </listitem>
   </itemizedlist>
     </para>
    </listitem>
 
+   <listitem>
+    <!--
+    2019-09-24 [6156534a]
+    -->
+    <para>
+     Add wd_cli utility (Muhammad Usama, Japanese doc by Tatsuo Ishii)
+    </para>
+    <para>
+     <xref linkend="wd-cli"> makes it easier to integrate the external health check systems with the
+     <productname>Pgpool-II</productname>.
+    </para>
+   </listitem>
+
    <listitem>
     <!--
     2020-08-02 [b7f902d9]