From c6f5e3af1140a7f9aa16d6c6b0fd716ddf3ea4db Mon Sep 17 00:00:00 2001 From: Brian Warner <warner@lothar.com> Date: Tue, 24 Jun 2014 21:23:01 -0700 Subject: [PATCH] README: add Changes section to document the low-level API changes --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 8e163009..1eb40b59 100644 --- a/README.rst +++ b/README.rst @@ -37,3 +37,14 @@ Features * Secret-key encryption * Public-key encryption * HMAC (coming soon) + + +Changes +------- + +* 0.3.0: the low-level API (`nacl.c.*`) has been changed to match the + upstream NaCl C/C++ conventions (as well as those of other NaCl bindings). + The order of arguments and return values has changed significantly. If you + have code which calls these functions (e.g. `nacl.c.crypto_box_keypair()`), + you must review the new docstrings and update your code to match the new + conventions. -- GitLab