Commit bb07d3cd authored by AlexStocks's avatar AlexStocks

Mod: change log

parent 54b2d545
...@@ -14,10 +14,16 @@ ...@@ -14,10 +14,16 @@
## develop history ## ## develop history ##
--- ---
- 2018/08/07
> Improvement
* RPC package format: {2 Bytes Header len + Header + 2 Body len + Body} ---> {Header + Body}
> Bug Fix
* do not encode body if package body is nil
- 2018/07/01 - 2018/07/01
> Feature > Feature
* Add RPC * Add RPC
- 2018/06/25 - 2018/06/25
> buf fix > buf fix
* Using juju/errors.Cause on read/write in case of network i/o timeout * Using juju/errors.Cause on read/write in case of network i/o timeout
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
package getty package getty
const ( const (
Version = "0.9.2" Version = "0.9.3"
DATE = "2018/08/05" DATE = "2018/08/07"
GETTY_MAJOR = 0 GETTY_MAJOR = 0
GETTY_MINOR = 9 GETTY_MINOR = 9
GETTY_BUILD = 2 GETTY_BUILD = 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment