mirror of https://github.com/rwf2/Rocket.git
Fix minor typos in rc.2 release docs.
This commit is contained in:
parent
c17cc9d23f
commit
8237ca22e1
|
@ -1,11 +1,11 @@
|
|||
# Version 0.5.0-rc.2 (May 9, 2022)
|
||||
# Version 0.5.0-rc.2 (May 09, 2022)
|
||||
|
||||
## Major Features and Improvements
|
||||
|
||||
* Introduced [`rocket_db_pools`] for asynchronous database pooling.
|
||||
* Introduced support for [mutual TLS] and client [`Certificate`]s.
|
||||
* Added a [`local_cache_once!`] macro for request-local storage.
|
||||
* Added a [v0.4 to v0.5 migration guide] and [FAQ] the Rocket's website.
|
||||
* Added a [v0.4 to v0.5 migration guide] and [FAQ] to Rocket's website.
|
||||
* Introduced [shutdown fairings].
|
||||
|
||||
## Breaking Changes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Rocket 2nd v0.5 Release Candidate
|
||||
# Rocket's 2nd v0.5 Release Candidate
|
||||
|
||||
<p class="metadata"><strong>
|
||||
Posted by <a href="https://sergio.bz">Sergio Benitez</a> on May 09, 2022
|
||||
|
|
Loading…
Reference in New Issue