update docs
authorEli Bendersky <eliben@gmail.com>
Sun, 31 Mar 2013 20:58:10 +0000 (13:58 -0700)
committerEli Bendersky <eliben@gmail.com>
Sun, 31 Mar 2013 20:58:10 +0000 (13:58 -0700)
CHANGES
README.rst

diff --git a/CHANGES b/CHANGES
index 7fec9c75261a4fff3df05570f07d5e50dcdd1a2b..ba3962976feea4223d369157a5e6172f7a83d7b1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,7 @@ Changelog
     request #6).
   - Support support for dumping the dynamic section (Mike Frysinger - pull
     request #7).
+  - Output of scripts/readelf.py now matches that of binutils 2.23.52
 
 + Version 0.20 (27.01.2012)
 
index 8ab647d5bf6e64d751b5f70b98212dcb68e7d695..68a9e8107e415c4e80e5846d471076256764b4eb 100644 (file)
@@ -10,7 +10,7 @@ Pre-requisites
 --------------
 
 As a user of **pyelftools**, one only needs Python to run. It works with
-Python versions 2.6, 2.7 and 3.2. For hacking on **pyelftools** the
+Python versions 2.6, 2.7 and 3.x (x >= 2). For hacking on **pyelftools** the
 requirements are a bit more strict, please see the
 `hacking guide <https://bitbucket.org/eliben/pyelftools/wiki/Hacking>`_.