1
0
Fork 0
mirror of https://github.com/ntex-rs/ntex.git synced 2025-04-06 22:37:39 +03:00

Added Service::poll() method ()

This commit is contained in:
Nikolay Kim 2024-12-04 13:33:20 +05:00 committed by GitHub
parent 80d20e4371
commit e33149df1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 229 additions and 391 deletions
ntex-server

View file

@ -1,5 +1,9 @@
# Changes
## [2.6.0] - 2024-12-04
* Use updated Service trait
## [2.5.0] - 2024-11-04
* Use updated Service trait