Skip to content

Commit 324d5ad

Browse files
committed
update docs
1 parent cd4e9d9 commit 324d5ad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/migration-2.0.0.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@
99

1010
### Major Changes
1111

12-
- Removal of deprecated methods and functionality from 1.x
13-
- Major renaming of many of the public APIs and moving of classes into sub-packages
12+
- Removal of deprecated methods and functionality from 1.x.
13+
- Major renaming of many of the public APIs and moving of classes into sub-packages.
14+
- Errors are returned as a `List` instead of a `Set`.
15+
- External resources will not be automatically fetched by default. This now requires opt-in via configuration.
16+
- This is to conform to the specification that requires such functionality to be disabled by default to prefer offline operation. Note however that classpath resources will still be automatically loaded.
1417

1518
#### Renaming and Refactoring
1619

0 commit comments

Comments
 (0)