We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d33273 commit 2708c40Copy full SHA for 2708c40
guides/upgrading/v0.7.md
@@ -41,8 +41,8 @@ We have updated certain functions in `Backpex.Resource`.
41
The following functions are affected:
42
- `update/6` (`update/5` before)
43
- `insert/6` (`insert/5` before)
44
-- [`Backpex.Resource.change/7`]()
45
-- [`Backpex.Resource.put_assocs/2`]() (has been removed)
+- `change/7`
+- `put_assocs/2` (has been removed)
46
47
If you call one of these functions in your application, you will probably need to update the function call.
48
0 commit comments