doc/client_api_versions.txt
changeset 1254 28871b08d49c
parent 1141 a74d6815a7fc
child 1255 13914487fd06
--- a/doc/client_api_versions.txt	Thu Jul 23 14:12:10 2009 -0500
+++ b/doc/client_api_versions.txt	Thu Jul 23 14:17:08 2009 -0500
@@ -1,14 +1,22 @@
+Version 16:
+Compatible with clients using version 15.
+Changes:
+   The following exceptions were added to pkg.client.api_errors:
+    
+    class NoSuchKey(CertificateError):
+        """Used to indicate that a key could not be found."""
+
 Version 15:
 Incompatible with clients using versions 1-14.
 Changes:
-   The unfound_fmris variable in the
-   pkg.client.api_errors.PlanCreationException class is now called 
-   unmatched_fmris.
+    The unfound_fmris variable in the
+    pkg.client.api_errors.PlanCreationException class is now called 
+    unmatched_fmris.
 
 Version 14:
 Compatible with clients using versions 12-14.
 Changes:
-   The following methods were added to pkg.client.publisher.Publisher:
+    The following methods were added to pkg.client.publisher.Publisher:
 
         def create_meta_root(self):
                 """Create the publisher's meta_root."""