Skip to content

Commit 1c9e145

Browse files
committed
...
1 parent 483e662 commit 1c9e145

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

release-notes/VERSION

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
Project: jackson-core
2-
Version: 2.4.4 (xx-xxx-2014)
32

4-
#157: ArrayIndexOutOfBoundsException: 200 on numbers with more than 200 digits.
5-
(reported by Lars P, larsp@github)
6-
- Fix `JsonGenerator.setFeatureMask()` to better handle dynamic changes.
3+
Contains core streaming reader (`JsonParser`) and writer (`JsonGenerator`) abstractions,
4+
factory for constructing readers/writers (JsonFactory). as well as a minimal set
5+
of interfaces needed for streaming level to make callbacks and call-throughs,
6+
via `ObjectCodec` and `TreeNode`.
7+
8+
Also includes implementation of abstractsion for JSON,
9+
Forms the base for other data formats as well, despite naming that suggests
10+
json-specificity (naming due to historical reasons).
711

812
------------------------------------------------------------------------
9-
=== History: ===
13+
=== Releases ===
1014
------------------------------------------------------------------------
1115

16+
2.4.4 (24-Nov-2014)
17+
18+
#157: ArrayIndexOutOfBoundsException: 200 on numbers with more than 200 digits.
19+
(reported by Lars P, larsp@github)
20+
- Fix `JsonGenerator.setFeatureMask()` to better handle dynamic changes.
21+
1222
2.4.3 (02-Oct-2014)
1323

1424
#152: Exception for property names longer than 256k

0 commit comments

Comments
 (0)