Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebPena committed Nov 2, 2023
1 parent 1d65eac commit 3d4257f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
fixed:
- pell_grant_efc now can not be negative
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def formula(person, period, parameters):
where(
automatic_zero,
0,
max_(0 ,head_contribution + dependent_contribution),
max_(0, head_contribution + dependent_contribution),
),
max_(0, head_contribution),
where(automatic_zero, 0, max_(0, head_contribution)),
Expand Down

0 comments on commit 3d4257f

Please sign in to comment.