diff --git a/README.md b/README.md index 86fb0d5..247a2af 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,12 @@ changeset ) ``` +* `:drop_param` – see [sorting-and-deleting-from-many-collections](https://hexdocs.pm/ecto/3.11.2/Ecto.Changeset.html#cast_assoc/3-sorting-and-deleting-from-many-collections). + +* `:sort_param` – see [sorting-and-deleting-from-many-collections](https://hexdocs.pm/ecto/3.11.2/Ecto.Changeset.html#cast_assoc/3-sorting-and-deleting-from-many-collections). + +* `:default_type_on_sort_create` – in some cases, [`sort` creates a new entry](https://github.com/elixir-ecto/ecto/blob/v3.11/test/ecto/changeset/embedded_test.exs#L464); this option specifies which type to use by default for the entry. + ### PolymorphicEmbed Ecto type The `:types` option for the `PolymorphicEmbed` custom type contains a keyword list mapping an atom representing the type