Skip to content

Commit 683c629

Browse files
committed
update readme
1 parent 6d59682 commit 683c629

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
### Added
99

1010
### Changed
11+
- Sycn with official test suites and documented failed test cases.
1112

1213

1314
## 0.1.2 - 2016-10-20

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,15 @@ Add the following to your `pom.xml`:
5050
5151
```
5252

53+
## Known issues
54+
55+
I have just updated the test suites from the official website as the old ones were copied from another
56+
Java validator. Now there are several issues that need to be addressed. All of them are edge cases
57+
in my opinion but need to be investigated.
58+
59+
[#7](https://github.com/networknt/json-schema-validator/issues/7)
60+
[#6](https://github.com/networknt/json-schema-validator/issues/6)
61+
[#5](https://github.com/networknt/json-schema-validator/issues/5)
62+
[#4](https://github.com/networknt/json-schema-validator/issues/4)
63+
64+

0 commit comments

Comments
 (0)