Update changelog

This commit is contained in:
Vladimir Mihailenco 2018-08-23 16:15:29 +03:00
parent 8d3747808e
commit 1614e579ed
1 changed files with 3 additions and 1 deletions

View File

@ -1,11 +1,13 @@
# Changelog
## Unreleased
## 6.14
- Added Options.MinIdleConns.
- Added Options.MaxConnAge.
- PoolStats.FreeConns is renamed to PoolStats.IdleConns.
- Add Client.Do to simplify creating custom commands.
- Add Cmd.String, Cmd.Int, Cmd.Int64, Cmd.Uint64, Cmd.Float64, and Cmd.Bool helpers.
- Lower memory usage.
## v6.13