From 4046ecbdeec574e5cfc018c0304ec0ebfee0738f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lars=20K=C3=BChne?=
Date: Thu, 9 Jan 2003 18:46:58 +0000
Subject: [PATCH] added Rick's bugfix for 579190
---
docs/releasenotes.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/releasenotes.html b/docs/releasenotes.html
index 5beb28eb0..24d14ea19 100644
--- a/docs/releasenotes.html
+++ b/docs/releasenotes.html
@@ -67,10 +67,11 @@
- Fully-qualified @throws claimed unused (bug 658805).
+ - Expected @return tag when one is there (bug 579190).
- Package name reported incorrectly (bug 622290).
- Empty header filename silently ignored (bug 629139).
- - array instantiation incorrectly flagged (bug 626875).
- - tests fail with non-english locale (bug 594469).
+ - Array instantiation incorrectly flagged (bug 626875).
+ - Tests fail with non-english locale (bug 594469).