Skip to content

Commit 9b68b88

Browse files
committed
changelog: add missing summary messages
Summary messages for versions 1.7.0 and 1.8.0 were missed. The patch adds messages. Related to #220
1 parent 1cb4e0b commit 9b68b88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

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

4242
## [1.8.0] - 2022-08-17
4343

44+
The minor release with time zones and interval support for datetime.
45+
4446
### Added
4547

4648
- Optional msgpack.v5 usage (#124)
@@ -55,6 +57,11 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
5557

5658
## [1.7.0] - 2022-08-02
5759

60+
This release adds a number of features. The extending of the public API has
61+
become possible with a new way of creating requests. New types of requests are
62+
created via chain calls. Streams, context and prepared statements support are
63+
based on this idea.
64+
5865
### Added
5966

6067
- SSL support (#155)

0 commit comments

Comments
 (0)