提交 20371d3e authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Update changelog and add release date to TCP_PROTOCOL_VERSION_17

上级 56407e6f
...@@ -21,14 +21,24 @@ Change Log ...@@ -21,14 +21,24 @@ Change Log
<h2>Next Version (unreleased)</h2> <h2>Next Version (unreleased)</h2>
<ul> <ul>
<li>- <li>PR #989: Fix more issues with range table and improve its documentation
</li> </li>
</ul> </ul>
<h2>Version 1.4.197 (2018-03-18)</h2> <h2>Version 1.4.197 (2018-03-18)</h2>
<ul> <ul>
<li>PR #988: Fix RangeTable.getRowCount() for non-default step
</li>
<li>PR #987: ValueBoolean constants are not cleared and may be used directly
</li>
<li>PR #986: Check parameters in JdbcPreparedStatement.addBatch()
</li>
<li>PR #984: Minor refactorings in Parser <li>PR #984: Minor refactorings in Parser
</li> </li>
<li>PR #983: Code cleanups via IntelliJ IDEA inspections
</li>
<li>Issue #960: Implement remaining time unit in "date_trunc" function
</li>
<li>Issue #933: MVStore background writer endless loop <li>Issue #933: MVStore background writer endless loop
</li> </li>
<li>PR #981: Reorganize date-time functions <li>PR #981: Reorganize date-time functions
......
...@@ -101,7 +101,7 @@ public class Constants { ...@@ -101,7 +101,7 @@ public class Constants {
/** /**
* The TCP protocol version number 17. * The TCP protocol version number 17.
* @since 1.4.197 (TODO) * @since 1.4.197 (2018-03-18)
*/ */
public static final int TCP_PROTOCOL_VERSION_17 = 17; public static final int TCP_PROTOCOL_VERSION_17 = 17;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论