Skip to content

Commit 6958c50

Browse files
committed
Updating CHANGELOG.md for v0.1.1.
1 parent 42e5b12 commit 6958c50

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## Version 0.1.1
4+
5+
### Bug fixes
6+
7+
- In the version prior, if someone selected a question that had extra answers, and then clicked on "Add new question", those extra answers would not have been cleared, requiring the user to delete them.
8+
- In the version prior, if someone sent a request to restructure an inflection template that was invalid, such that one of the Sequelize write operations failed, all operations prior would be committed, leaving the database in an inconsistent state.
9+
10+
### Other changes
11+
12+
- Instructing in `README.md` to run the cron job in production mode. Following the previously written instructions would have made the cron job target the wrong database.
13+
- Including information in `README.md` on how to build application. Following the previously written instructions would have resulted in the inability to start the server.
14+
- Corrected spelling mistake in word "themselves" in `README.md`.
15+
316
## Version 0.1.0
417

518
- Web server application application allows users to create their own vocabulary sheets.

0 commit comments

Comments
 (0)