Add CHANGELOG entry for bcrypt work

This commit is contained in:
Shreya 2021-05-03 23:49:44 +05:30
parent 02f3b15c64
commit 9c1096daa1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
collection time. #1102
- Changed default BB test suite: if `--run-performance-tests` flag is not specified,
performance tests are skipped.
- Authentication mechanism to use bcrypt on server side. #1139
### Fixed
- Attempted to delete a directory when monkey config reset was called. #1054