diff options
| author | Armin Rigo <arigo@tunes.org> | 2017-01-02 20:54:40 +0100 |
|---|---|---|
| committer | Armin Rigo <arigo@tunes.org> | 2017-01-02 20:54:40 +0100 |
| commit | d7d8dd8b0ce5a45023429045c4df0594de309119 (patch) | |
| tree | 08edbd39d60af2964916e8313fb0c21dfa7a5f31 | |
| parent | ccd9d175280afa7b0d1661cae043497d42fbd0d2 (diff) | |
| download | cffi-d7d8dd8b0ce5a45023429045c4df0594de309119.tar.gz | |
document
| -rw-r--r-- | doc/source/whatsnew.rst | 3 |
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 ==== |
