Skip to content

Commit 7ff4451

Browse files
committed
notes
1 parent d2b60b3 commit 7ff4451

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

java/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ Pyrolite only implements part of the client side Pyro library, hence its name 'l
9797

9898
(More info about Pyro itself: https://pyro4.readthedocs.io/ )
9999

100-
Version 4.21 changes:
101-
Pickle memoization uses regular obj.hashCode again (compare by value) rather than identityHashCode (compare by object identity).
102-
This can be configured via a new Pickler(useMemo, valueCompare) constructor.
100+
Version 4.22 changes:
101+
Fixed serialization of java.sql.Date that was off by 1 month in the date values (java months start on 0...)
103102
</description>
104103
</project>

0 commit comments

Comments
 (0)