merge from 1.8 branch
[bpt/guile.git] / NEWS
diff --git a/NEWS b/NEWS
index 9ea9cc7..6c2ae07 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ Changes in 1.8.2 (since 1.8.1):
 * New procedures (see the manual for details)
 
 ** set-program-arguments
+** make-vtable
 
 * Bugs fixed
 
@@ -78,6 +79,8 @@ Changes in 1.8.1 (since 1.8.0):
 
 ** Build problems have been fixed on MacOS, SunOS, and QNX.
 
+** `strftime' fix sign of %z timezone offset.
+
 ** A one-dimensional array can now be 'equal?' to a vector.
 
 ** Structures, records, and SRFI-9 records can now be compared with `equal?'.