Release v1.3 (FIRST OFFICIAL RELEASE) of the Bank Management System. The following includes a list of the edits and fixes done in the program:
- Replaced the UML Class diagram with a better, more annotated one.
- Added the names of the contributors to the LICENSE.txt.
- Clear up unused libraries in some parts of the program.
- Remove
ios::out&ios::infrom the Database file streams since this is the default option anyways. - Fixed error where you couldn't deposit 100 exactly.
- Added an error message when you choose an account that isn't in your
enterAccount()menu. - Fixed an error where you could transfer to yourself on the same bank account.
- Fixed an error where you could delete your only account in the bank.
Full Changelog: v1.2...v1.3