diff --git a/doc/go1.2.html b/doc/go1.2.html index ce54850c19..ddaf862ade 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -530,6 +530,23 @@ map are unaffected because the associated function map will override the new default function definitions.
++There are two new packages. +
+ +encoding package is
+described above.
+image/color/palette package
+provides standard color palettes.
+