Complete changelog

This commit is contained in:
Kitaiti Makoto 2021-05-06 03:43:57 +09:00
parent 3b0f28d061
commit 55439990c6
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@
- Proxy support (#829) - Proxy support (#829)
- Riker a actor system library (#870) - Riker a actor system library (#870)
- (request-target) and Host header in HTTP Signature (#872) - (request-target) and Host header in HTTP Signature (#872)
- Default log levels for RUST_LOG (#885, #886, #919)
### Changed ### Changed
@ -20,6 +21,8 @@
- Upgrade Tantivy to 0.13.3 and lindera-tantivy to 0.7.1 (#878) - Upgrade Tantivy to 0.13.3 and lindera-tantivy to 0.7.1 (#878)
- Run searcher on actor system (#870) - Run searcher on actor system (#870)
- Use article title as its slug instead of capitalizing and inserting hyphens (#920) - Use article title as its slug instead of capitalizing and inserting hyphens (#920)
- Extract a function to calculate posts' ap_url and share it with some places (#918)
- Keep title in URI (#920)
### Fixed ### Fixed