Skip to content

Commit 80378d9

Browse files
committed
* Renamed package internal/db to internal/database for exclude collisions with variable name db
1 parent 124e8e2 commit 80378d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
* Added address to error description which thrown from `conn.take()`
22
* Renamed package `internal/db` to `internal/database` for exclude collisions with variable name `db`
33
* Added `conn.Ping(ctx)` method for check avalability of `conn.Conn`
4-
* Refactored `cluster.Cluster.Get(ctx)` for return only available connection (instead return any connection from balancer)
4+
* Refactored `cluster.Cluster.Get(ctx)` for return only available connection (instead return any connection from balancer)
5+
* Renamed package `internal/db` to `internal/database` for exclude collisions with variable name `db`
56

67
## v3.18.0
78
* Added `go1.18` to test matrix

0 commit comments

Comments
 (0)