Skip to content

Commit 739f8ec

Browse files
committed
Add release notes
1 parent 53eed8e commit 739f8ec

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

datetime/src/test/java/com/fasterxml/jackson/datatype/jsr310/ser/OffsetDateTimeSerTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ public void testShapeInt() throws Exception {
289289
}
290290

291291
/*
292-
/**********************************************************
293-
/* Tests for custom formatter (#376)
294-
/**********************************************************
292+
/**********************************************************************
293+
/* Tests for custom formatter (modules-java8#376)
294+
/**********************************************************************
295295
*/
296296

297297
@Test

release-notes/VERSION-2.x

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Modules:
1414
negative timestamps incorrectly
1515
(reported by Kevin M)
1616
(fix by @cowtowncoder, w/ Claude code)
17+
#376: Allow specifying custom `DateTimeFormatter` for `OffsetDateTime` ser/deser
18+
(new constructors?)
19+
(requested by @ZIRAKrezovic)
1720

1821
No changes since 2.20
1922

0 commit comments

Comments
 (0)