README.md: release notes for v0.16.0

Change-Id: I019077bc6edb69b07aefbf3c49621d7946d73414
Reviewed-on: https://code-review.googlesource.com/19010
Reviewed-by: Sarah Adams <shadams@google.com>
diff --git a/README.md b/README.md
index 1e0e241..2dbfefc 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,37 @@
 
 ## News
 
-*v0.15.0*
+_October 30, 2017_
+
+*v0.16.0*
+
+- Other bigquery changes:
+  - `JobIterator.Next` returns `*Job`; removed `JobInfo` (BREAKING CHANGE).
+  - UseStandardSQL is deprecated; set UseLegacySQL to true if you need
+    Legacy SQL.
+  - Uploader.Put will generate a random insert ID if you do not provide one.
+  - Support time partitioning for load jobs.
+  - Support dry-run queries.
+  - A `Job` remembers its last retrieved status.
+  - Support retrieving job configuration.
+  - Support labels for jobs and tables.
+  - Support dataset access lists.
+  - Improve support for external data sources, including data from Bigtable and
+    Google Sheets, and tables with external data.
+  - Support updating a table's view configuration.
+  - Fix uploading civil times with nanoseconds.
+
+- storage: 
+  - Support PubSub notifications.
+  - Support Requester Pays buckets.
+
+- profiler: Support goroutine and mutex profile types.
+
 
 _October 3, 2017_
 
+*v0.15.0*
+
 - firestore: beta release. See the
   [announcement](https://firebase.googleblog.com/2017/10/introducing-cloud-firestore.html).