summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2017-01-04 20:51:16 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2017-01-04 20:51:16 (GMT)
commit2a352b667beb1401a4c5d9678cebd604ce1e3113 (patch)
tree87933b68e691042e9965f05b39d639ab778f0569 /Misc/NEWS
parent4fd9cc14b41a9c6979aa9cfb479ce9713380e906 (diff)
downloadcpython-2a352b667beb1401a4c5d9678cebd604ce1e3113.zip
cpython-2a352b667beb1401a4c5d9678cebd604ce1e3113.tar.gz
cpython-2a352b667beb1401a4c5d9678cebd604ce1e3113.tar.bz2
Issue #26851: Set Android compilation and link flags.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c8eacf1..0a32e26 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,8 @@ Tests
Build
-----
+- Issue #26851: Set Android compilation and link flags.
+
- Issue #28768: Fix implicit declaration of function _setmode. Patch by
Masayuki Yamamoto