Fix M2M resource embedding on RPC and mutations

This commit is contained in:
steve-chavez
2019-09-28 13:45:18 -05:00
committed by Steve Chávez
parent d71d3450af
commit 75a42b77ea
6 changed files with 62 additions and 7 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #1383, Add support for HEAD request - @steve-chavez
- #1378, Add support for `Prefer: count=planned` and `Prefer: count=estimated` on GET /table - @steve-chavez
- #1301, Allow self join resource embedding on PATCH - @herulume, @steve-chavez
- #1301, Fix self join resource embedding on PATCH - @herulume, @steve-chavez
- #1389, Fix many to many resource embedding on RPC/PATCH - @steve-chavez
### Changed