Skip to content

Commit e4ffde7

Browse files
committed
releasenotes.txt: Preliminary note on unwrap of TargetInvocationException.
1 parent 38adef2 commit e4ffde7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

releasenotes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Tentative for 4.1:
2+
3+
Possible breaking change: Proxies for classes that used lazy fields (not collections)
4+
would have any exceptions from the entity wrapped in TargetInvocationException. This
5+
wrapping exception have now been removed. Where relevant, you should instead catch
6+
the original exception type you throw.
7+
8+
19
Build 4.0.4.GA
210
=============================
311

0 commit comments

Comments
 (0)