summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2017-01-02 20:54:40 +0100
committerArmin Rigo <arigo@tunes.org>2017-01-02 20:54:40 +0100
commitd7d8dd8b0ce5a45023429045c4df0594de309119 (patch)
tree08edbd39d60af2964916e8313fb0c21dfa7a5f31
parentccd9d175280afa7b0d1661cae043497d42fbd0d2 (diff)
downloadcffi-d7d8dd8b0ce5a45023429045c4df0594de309119.tar.gz
document
-rw-r--r--doc/source/whatsnew.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
index c15c1db..018d001 100644
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -20,6 +20,9 @@ v1.9.2
called with libffi because an argument is a struct that is "too
complicated" (not a struct *pointer*).
+* Add support for some obscure compilers (non-msvc, non-gcc, non-icc,
+ non-clang)
+
v1.9
====