summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-30 19:55:39 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2012-10-30 19:55:39 +0000
commit2f2203bd748429389d7a06e3f278b2bef36718bb (patch)
treee0df2d13a7df85871571f428e837c36682c6d560 /NEWS
parentfffc5f315111381d4bfe7678b4aa8fe37c2f6b21 (diff)
downloadclasspath-2f2203bd748429389d7a06e3f278b2bef36718bb.tar.gz
PR55140: Addition of exception to codePointBefore breaks OpenJDK GenerateBreakIteratorData tool
2012-10-30 Andrew John Hughes <gnu_andrew@member.fsf.org> PR classpath/55140 * NEWS: List fix. * java/lang/String.java: (codePointBefore(int)): Fix index check to match spec. Signed-off-by: Andrew John Hughes <gnu_andrew@member.fsf.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13e7aea0d..0a7884a6f 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ New in release 0.99.1 (XXX XX, 2012)
- PR42551: Avoid overwriting length of message when computing length representation.
- PR44208: Ensure a handle for the enum is registered before its constant.
- PR41689: javax.security.sasl.CREDIENTIALS field is missing
+ - PR55140: Addition of exception to codePointBefore breaks OpenJDK GenerateBreakIteratorData tool
New in release 0.99 (Feb 15, 2012)