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 24fc077 commit 1693cafCopy full SHA for 1693caf
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog for v2.2.x Series
2
+## v2.3.0
3
+
4
+_17 October 2018_
5
6
+* Allow {:array, :map} via JSON library.
7
+* Update error messages for clarity.
8
9
## v2.2.3
10
mix.exs
@@ -3,7 +3,7 @@ defmodule Sqlite.Ecto2.Mixfile do
def project do
[app: :sqlite_ecto2,
- version: "2.2.5",
+ version: "2.3.0",
name: "Sqlite.Ecto2",
elixir: "~> 1.4",
deps: deps(),
0 commit comments