summaryrefslogtreecommitdiff
path: root/doc/go1.2.html
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2013-09-16 16:26:07 +1000
committerNigel Tao <nigeltao@golang.org>2013-09-16 16:26:07 +1000
commit08283b1e189e58518506deb6a86e7eb1f4cb8e97 (patch)
treec1ba1a60813e4e48945ef9671aad38537da00ab2 /doc/go1.2.html
parent7e3bb53a5d1a1e7332a397482731851b75a527bb (diff)
downloadgo-08283b1e189e58518506deb6a86e7eb1f4cb8e97.tar.gz
doc/go1.2.html: add a "New packages" section similar to
http://golang.org/doc/go1.1#new_packages R=r CC=golang-dev https://codereview.appspot.com/13368053
Diffstat (limited to 'doc/go1.2.html')
-rw-r--r--doc/go1.2.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/go1.2.html b/doc/go1.2.html
index ce54850c1..ddaf862ad 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.
</p>
+<h3 id="new_packages">New packages</h3>
+
+<p>
+There are two new packages.
+</p>
+
+<ul>
+<li>
+The <a href="/pkg/encoding/"><code>encoding</code></a> package is
+<a href="#encoding">described above</a>.
+</li>
+<li>
+The <a href="/pkg/image/color/palette/"><code>image/color/palette</code></a> package
+provides standard color palettes.
+</li>
+</ul>
+
<h3 id="minor_library_changes">Minor changes to the library</h3>
<p>