diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e7c5f65..c0ccfcfa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,17 +10,27 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ### Added +### Changed + +### Fixed + +## [1.11.0] - 2023-03-24 + +The release adds pagination support and wrappers for the +[crud](https://github.com/tarantool/crud) module. + +### Added + - Support pagination (#246) - A Makefile target to test with race detector (#218) - Support CRUD API (#108) - An ability to replace a base network connection to a Tarantool instance (#265) -### Changed - ### Fixed - Several non-critical data race issues (#218) +- Build on Apple M1 with OpenSSL (#260) - ConnectionPool does not properly handle disconnection with Opts.Reconnect set (#272)