Skip to content

Commit 0c5a748

Browse files
committed
readme: add v2 migration article
1 parent 75ed84b commit 0c5a748

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ faster than other packages according to public benchmarks.
2626
* [Documentation](#documentation)
2727
* [API reference](#api-reference)
2828
* [Walking\-through example](#walking-through-example)
29-
* [msgpack.v5 migration](#msgpackv5-migration)
29+
* [Migration to v2](#migration-to-v2)
30+
* [msgpack.v5](#msgpackv5)
3031
* [Contributing](#contributing)
3132
* [Alternative connectors](#alternative-connectors)
3233

@@ -153,7 +154,11 @@ There are two parameters:
153154
* a space number (it could just as easily have been a space name), and
154155
* a tuple.
155156

156-
### msgpack.v5 migration
157+
### Migration to v2
158+
159+
The article describes migration from go-tarantool to go-tarantool/v2.
160+
161+
#### msgpack.v5
157162

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

0 commit comments

Comments
 (0)