You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/08/21 02:19:38 UTC

[rocketmq-site] branch master updated: Fix typo in release note of cpp 1.2.3

This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d793cfa  Fix typo in release note of cpp 1.2.3
d793cfa is described below

commit d793cfa0e700be3cf300eb54c8fb64e0fee84304
Author: ShannonDing <li...@163.com>
AuthorDate: Wed Aug 21 10:19:20 2019 +0800

    Fix typo in release note of cpp 1.2.3
---
 _posts/2019-08-20-release-notes-rocketmq-client-cpp-1.2.3.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/_posts/2019-08-20-release-notes-rocketmq-client-cpp-1.2.3.md b/_posts/2019-08-20-release-notes-rocketmq-client-cpp-1.2.3.md
index f81e33c..b7a6439 100644
--- a/_posts/2019-08-20-release-notes-rocketmq-client-cpp-1.2.3.md
+++ b/_posts/2019-08-20-release-notes-rocketmq-client-cpp-1.2.3.md
@@ -17,6 +17,7 @@ Below is a summary of the issues addressed in the version 1.2.3 release of Rocke
 * Binary: [rocketmq-client-cpp-1.2.3-bin-release.tar.gz](https://www.apache.org/dyn/closer.cgi?path=rocketmq/rocketmq-client-cpp/1.2.3/rocketmq-client-cpp-1.2.3-bin-release.tar.gz) [[PGP](https://www.apache.org/dist/rocketmq/rocketmq-client-cpp/1.2.3/rocketmq-client-cpp-1.2.3-bin-release.tar.gz.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/rocketmq-client-cpp/1.2.3/rocketmq-client-cpp-1.2.3-bin-release.tar.gz.sha512)]
 
 ## Improvement
+<ul>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/139'>ISSUE-139</a>] -  Export send batch messages api in c style.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/154'>ISSUE-154</a>] -  Support transaction message.
@@ -25,7 +26,7 @@ Below is a summary of the issues addressed in the version 1.2.3 release of Rocke
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/140'>ISSUE-140</a>] -  Fix build warnings in namespace util.
 </li>
-<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/143'>ISSUE-143</a>] -  Replace unsigned int by auto to save string::size_type..
+<li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/143'>ISSUE-143</a>] -  Replace unsigned int by auto to save string::size_type.
 </li>
 <li>[<a href='https://github.com/apache/rocketmq-client-cpp/pull/157'>ISSUE-157</a>] -  Remove two unused functionalities, removeDropedPullRequestOpaque and deleteOpaqueForDropPullRequest.
 </li>