You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/21 02:37:45 UTC

[dubbo-go-hessian2] branch master updated: add features in readme: skipping unregistered pojo & emoji

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

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-hessian2.git


The following commit(s) were added to refs/heads/master by this push:
     new e1f041f  add features in readme: skipping unregistered pojo & emoji
     new 335b8c6  Merge pull request #132 from wongoo/add_readme
e1f041f is described below

commit e1f041fee4d49e512ebe374c108ce2f94e798606
Author: wongoo <ge...@163.com>
AuthorDate: Sat Sep 21 09:50:59 2019 +0800

    add features in readme: skipping unregistered pojo & emoji
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 5d4e550..827f172 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@ It's a golang hessian library used by [Apache/dubbo-go](https://github.com/apach
 * [Java Date & Time](https://github.com/apache/dubbo-go-hessian2/issues/90)
 * [Java Generic Invokation](https://github.com/apache/dubbo-go-hessian2/issues/84)
 * [Dubbo Attachements](https://github.com/apache/dubbo-go-hessian2/issues/49)
+* [Skipping unregistered POJO](https://github.com/apache/dubbo-go-hessian2/pull/128)
+* [Emoji](https://github.com/apache/dubbo-go-hessian2/issues/129)
 
 ## Basic Usage Examples