From bdf97dd6e572bfd9558159e6f3065b1e0187a246 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 24 Feb 2017 17:06:22 -0500 Subject: [PATCH] Added API docs --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b1b1d0..8edebc27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Added a new bignum type to support exact integers of practically unlimited size. - As part of the bignum changes, modified the code for exact integer arithmetic to detect overflow. +- Added documentation for the [C API](http://justinethier.github.io/cyclone/c-api/modules.html). ## 0.3.4 - February 10, 2017