CHANGELOG.md in loan_creator-0.7.1 vs CHANGELOG.md in loan_creator-0.8.0

- old
+ new

@@ -1,4 +1,20 @@ +v0.8.0 +------------------------- + +### FEATURE +- due interests to date are now store into `due_interests_` columns for `LoanCreator::UncapitalizedBullet` + +### BUGFIX +- fix `initial_values` not taking `paid_capital` and `paid_interests` into account for `LoanCreator::UncapitalizedBullet` + and `LoanCreator::Bullet` + +### BREAKING CHANGES +- rename columns `capitalized_interests_beginning_of_period` and `capitalized_interests_end_of_period` for + `due_interests_beginning_of_period` and `due_interests_end_of_period` +- rename `capitalized_interests` option in `:inital_values` into `due_interests` + + v0.7.1 ------------------------- - fix `index` for `borrower_timetable` method that did not take into account starting index of `lender_timetables`