Skip to content

Commit 6983857

Browse files
committed
Fill release notes
Signed-off-by: Francis Galiegue <[email protected]>
1 parent b8a0c39 commit 6983857

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

RELEASE-NOTES.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
### RESET
1+
### 2.2.6
2+
3+
* Fix issue #112: fix circular validation detection; use a "validation stack" to
4+
detect and spot those situations.
5+
* Depend on -core 1.2.5.
6+
* Update dependencies for libphonenumber, jsr305.
7+
8+
### 2.2.5
9+
10+
* Fix issue #102: detect, and fail on, circular validation.
11+
* Simplify ValidationProcessor.
12+
* Remove one-jar generation; the -lib jar now includes Main-Class.
13+
14+
### 2.2.4
15+
16+
* Add a "lib" target to the build.
17+
* Issue #99: append syntax errors when throwing an InvalidSchemaException.
18+
* Issue #100: attempt to load resources from the context classloader if loading
19+
from JsonLoader.class fails.
20+
21+
### 2.2.3
22+
23+
* Re-release... 2.2.2 was compiled with JDK 8 :/
24+
25+
### 2.2.2
26+
27+
* Depend on -core 1.2.1 to work around Rhino bug with other packages sealing the
28+
context.
29+
30+
### 2.2.1
31+
32+
* Main now uses current working directory as default URI namespace.
33+
34+
### 2.2.0
35+
36+
* New major release.
37+

0 commit comments

Comments
 (0)