Skip to content

Commit a8e0344

Browse files
committed
Release 1.8.0
Overview The minor release with time zones and interval support for datetime. Also now you can use go-tarantool with `msgpack.v5`. To do this, add `go_tarantool_msgpack_v5` to your build tags: $ go build -tags=go_tarantool_msgpack_v5 . Breaking changes There are no breaking changes in the release. New features Optional msgpack.v5 usage (#124). TZ support for datetime (#163). Interval support for datetime (#165). Bugfixes Markdown of documentation for the decimal subpackage (#201).
1 parent e948683 commit a8e0344

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
## [1.8.0] - 2022-08-17
18+
19+
### Added
20+
1321
- Optional msgpack.v5 usage (#124)
1422
- TZ support for datetime (#163)
1523
- Interval support for datetime (#165)

0 commit comments

Comments
 (0)