Skip to content

Commit ebaa0a8

Browse files
authored
Update upgrade guide
1 parent dfc7c12 commit ebaa0a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/upgrade/3.x_to_4.x.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,13 @@ Origins were completely removed from this library, so if you use them anywhere,
145145
🟧 The following methods no longer accept number and origin as their first and second arguments, respectively.
146146

147147
- [`add()`](/docs/04_money/object/add.md)
148+
- [`subtract()`](/docs/04_money/object/subtract.md)
148149
- [`lessThan()`](/docs/04_money/object/lessThan.md)
149150
- [`lessThanOrEqual()`](/docs/04_money/object/lessThanOrEqual.md)
150151
- [`greaterThan()`](/docs/04_money/object/greaterThan.md)
151152
- [`greaterThanOrEqual()`](/docs/04_money/object/greaterThanOrEqual.md)
153+
- [`equals()`](/docs/04_money/object/equals.md)
152154
- [`rebase()`](/docs/04_money/object/rebase.md)
153-
- [`subtract()`](/docs/04_money/object/subtract.md)
154155

155156
Now they have only one argument (another monetary object).
156157

0 commit comments

Comments
 (0)