Skip to content

Commit e3fbc36

Browse files
committed
readme: add v2 migration article
1 parent 5fbb674 commit e3fbc36

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ faster than other packages according to public benchmarks.
3131
* [Documentation](#documentation)
3232
* [API reference](#api-reference)
3333
* [Walking\-through example](#walking-through-example)
34-
* [msgpack.v5 migration](#msgpackv5-migration)
34+
* [Migration to v2](#migration-to-v2)
35+
* [msgpack.v5](#msgpackv5)
3536
* [Contributing](#contributing)
3637
* [Alternative connectors](#alternative-connectors)
3738

@@ -158,7 +159,11 @@ There are two parameters:
158159
* a space number (it could just as easily have been a space name), and
159160
* a tuple.
160161

161-
### msgpack.v5 migration
162+
### Migration to v2
163+
164+
The article describes migration from go-tarantool to go-tarantool/v2.
165+
166+
#### msgpack.v5
162167

163168
Most function names and argument types in `msgpack.v5` and `msgpack.v2`
164169
have not changed (in our code, we noticed changes in `EncodeInt`, `EncodeUint`

0 commit comments

Comments
 (0)