Bug fixes
- Fix database name being ignored #866
- Change SQL storage default to sqlite file instead of in-memory database #871
Deprecation
Deprecation warnings will now be triggered for the following classes and methods.
These items are schedule to be removed in ChatterBot version 0.8.
chatterbot.storage.JsonFileStorageAdapter
- chatterbot.ChatBot.from_config
Enhancements
- Remove direct dependency on jsondb for training file exports #869