Skip to content

Commit ac77903

Browse files
committed
Prepare 2.3.0 release
1 parent a02c130 commit ac77903

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.3.0
2+
- Feature - Customize diffs for structs (prepare maps or structs before diffing)
3+
- Feature - Add an option to set initial path
4+
- Bugfix - Incorrect apply_patch for the move operation for the same list
5+
- Improvements - Dedicated functions for map and list diffs
6+
17
# 2.2.2
28
- Bugfix - Resolves an issues preventing move working with keys: :atoms
39

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Jsonpatch.MixProject do
66
app: :jsonpatch,
77
name: "Jsonpatch",
88
description: "Implementation of RFC 6902 in pure Elixir",
9-
version: "2.2.2",
9+
version: "2.3.0",
1010
elixir: "~> 1.10",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)