Add changlog about actor and searcher

This commit is contained in:
Kitaiti Makoto 2021-01-16 16:44:39 +09:00
parent e817941cc5
commit 5148349098

View file

@ -9,6 +9,7 @@
- Allow `dir` attributes for LtoR text in RtoL document (#860)
- More translation languages (#862)
- Proxy support (#829)
- Riker a actor system library (#870)
### Changed
@ -16,6 +17,7 @@
- Use tracing crate (#868)
- Update Rust version to nightly-2021-01-15 (#878)
- Upgrade Tantivy to 0.13.3 and lindera-tantivy to 0.7.1 (#878)
- Run searcher on actor system (#870)
### Fixed