@@ -46,8 +46,8 @@ Changelog news also go to the
4646* Added support for ReplyTo, CorrelationId, Expiration fields. Many thanks to
4747 [ Alexander Aparin] ( https://github.com/alex-aparin ) for the PR!
4848* @ref s3api::Client now supports multipart upload.
49- * Redis now understands the GEOPOS command via @ref storages::redis::Client:: Geopos().
50- * Redis now understands the EXPIRE command via @ ref storages::redis::Client:: Expire().
49+ * Redis now understands the ` GEOPOS ` and ` EXPIRE ` commands via @ref storages::redis::Client member function ` Geopos() `
50+ and ` Expire() ` .
5151* Thread Sanitizer suppression file ` cmake/tsan.suppressions.txt ` is now installed and used in internal CI TSan tests
5252 for universal, core and gRPC.
5353* @ref logging::LogExtra::Value now supports ` bool ` values. Many thanks to
@@ -89,6 +89,7 @@ Changelog news also go to the
8989 * Boost, c-ares, libev, libnghttp2, yaml-cpp, openssl now can be downloaded via CPM.
9090 * Added more tests for gRPC in subdirectories. Many thanks to [ Aleksey Ignatiev] ( https://github.com/ae-ignatiev )
9191 for providing test samples.
92+ * Added CI runs on Arch. Many thanks to [ Konstantin Goncharik] ( https://github.com/botanegg ) for the PR!
9293 * Added CI runs on Debian.
9394
9495* Documentation and diagnostics
@@ -99,7 +100,7 @@ Changelog news also go to the
99100 * Clarified ownership of buckets in @ref utils::statistics::Histogram.
100101 * Added mirrors to the videos at @ref scripts/docs/en/userver/publications.md.
101102 * Redis now provides much more information in logs.
102- * Added troubleshooting info on SIGUSR1 to @ref scripts/docs/en/userver/faq.md.
103+ * Added troubleshooting info on ` SIGUSR1 ` to @ref scripts/docs/en/userver/faq.md .
103104
104105
105106### Release v2.12
0 commit comments