Skip to content

Commit 67e83de

Browse files
committed
Added a separate deprecated section to changelog
1 parent f65b059 commit 67e83de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
- Made the `:clear_cache` option for `validate` also clear the URI parse cache
1313
- Moved `JSON::Validator.absolutize_ref` and the ref manipulating code in
1414
`JSON::Schema::RefAttribute` into `JSON::Util::URI`
15-
- Deprecated `JSON::Validator#validator_for` in favor of `JSON::Validator#validator_for_uri`
16-
- Deprecated `JSON::Validator.validate2` in favor of `JSON::Validator.validate!`
17-
- Deprecated `JSON::Schema::Validator#extend_schema_definition` in favour of subclassing
1815
- Made validation errors refer to json schema types not ruby types
1916

17+
### Deprecated
18+
- `JSON::Validator#validator_for` in favor of `JSON::Validator#validator_for_uri`
19+
- `JSON::Validator.validate2` in favor of `JSON::Validator.validate!`
20+
- `JSON::Schema::Validator#extend_schema_definition` in favour of subclassing
21+
2022
## [2.7.0] - 2016-09-29
2123

2224
### Fixed

0 commit comments

Comments
 (0)