Skip to content

Commit

Permalink
release note for v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wongoo committed Mar 14, 2021
1 parent 71bbb21 commit d829b56
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGE.md
@@ -1,5 +1,13 @@
# Release Notes

## v1.9.0

### New Features
- support java UUID object. [#256](https://github.com/apache/dubbo-go-hessian2/pull/256)

### Bugfixes
- fix map decode error. [#261](https://github.com/apache/dubbo-go-hessian2/pull/261)

## v1.8.2

### Bugfixes
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -25,6 +25,7 @@ thanks to [micln](https://github.com/micln), [pantianying](https://github.com/pa
* [Java Date & Time](https://github.com/apache/dubbo-go-hessian2/issues/90)
* [java8 time.Date](https://github.com/apache/dubbo-go-hessian2/pull/212)
* [java8 java.sql.Time & java.sql.Date](https://github.com/apache/dubbo-go-hessian2/pull/219)
* [java UUID](https://github.com/apache/dubbo-go-hessian2/pull/256)
* [Java Generic Invokation](https://github.com/apache/dubbo-go-hessian2/issues/84)
* [Java Extends](https://github.com/apache/dubbo-go-hessian2/issues/157)
* [Dubbo Attachements](https://github.com/apache/dubbo-go-hessian2/issues/49)
Expand Down

0 comments on commit d829b56

Please sign in to comment.