Skip to content

Commit b71e4d6

Browse files
committed
feat docs: update changelog
Tests: протестировано CI commit_hash:40ff33a9109a6f68ee9381b7928abca0a823f10d
1 parent 96adcd1 commit b71e4d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/docs/en/userver/roadmap_and_changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Changelog news also go to the
5656
* Optimizations
5757
* Speed up configuration reads on creating new PostgreSQL connections.
5858
* utils::PeriodicTask now calls RCU Read two times less on each iteration.
59+
* Reduced memory allocations count on each Redis request.
5960

6061
* Build
6162
* Fixed build with `USERVER_FEATURE_JEMALLOC=ON`. Many thanks to [Aleksey Ignatiev](https://github.com/ae-ignatiev)
@@ -70,7 +71,9 @@ Changelog news also go to the
7071
* Added `ubuntu-22.04-userver-pg-dev` image with all the tools for development. Planning to switch to Ubuntu-24.04 and
7172
leave only 2 containers: with build dependencies to build userver, and with prebuild userver.
7273
* Added missing fmt11 headers. Thanks to [Pavel Sidorovich](https://github.com/RayeS2070) for the PR!
73-
* Added `USERVER_USE_STATIC_LIBS` to link third-party libraries statically.
74+
* Added `USERVER_USE_STATIC_LIBS` to link third-party libraries statically.
75+
* Support `pacman` epoch in CMake version detection. Many thanks to [Konstantin Goncharik](https://github.com/botanegg)
76+
for the PR.
7477

7578
* Documentation
7679
* Significant update of the @ref scripts/docs/en/userver/build/build.md

0 commit comments

Comments
 (0)