Skip to content

Commit

Permalink
release note for v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wongoo committed Nov 18, 2021
1 parent 5d3d18b commit 7cabe51
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release Notes

## v1.9.5

### New Features
- support serialize UUID to string. [#285](https://github.com/apache/dubbo-go-hessian2/pull/285)
- support encode non-pointer instance for pointer POJO definition. [#289](https://github.com/apache/dubbo-go-hessian2/pull/289)

### Bugfixes
- fix POJO registration. [#287](https://github.com/apache/dubbo-go-hessian2/pull/287)
- fix EOF error check. [#288](https://github.com/apache/dubbo-go-hessian2/pull/288)
- fix go type name for list. [#290](https://github.com/apache/dubbo-go-hessian2/pull/290)

## v1.9.4

### New Features
Expand Down

0 comments on commit 7cabe51

Please sign in to comment.