Skip to content

Commit 3456413

Browse files
committed
Update README about missing feature and bump version
1 parent cd57cd9 commit 3456413

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
For detailed information read the documentation for the `Mongo.Ecto` module,
1010
or check out examples below.
1111

12+
## Features still missing to be Ecto 2.1 compliant
13+
* on_conflict
14+
1215
## Example
1316
```elixir
1417
# In your config/config.exs file

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Mongo.Ecto.Mixfile do
22
use Mix.Project
33

4-
@version "0.1.4"
4+
@version "0.2.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)