From: Zac Medico Date: Wed, 3 Mar 2010 06:27:20 +0000 (-0000) Subject: Add news about splitting the top-level __init__.py. (trunk r15730) X-Git-Tag: v2.1.8 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d2c6f2e986ad71c25b13cd7b80a04fe6a69cd2f0;p=portage.git Add news about splitting the top-level __init__.py. (trunk r15730) svn path=/main/branches/2.1.7/; revision=15731 --- diff --git a/NEWS b/NEWS index b0f889ab4..a3e5d8c19 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ News (mainly features/major bug fixes) +portage-2.1.8 +------------- +* The top-level __init__.py for the portage python package has been split into + many smaller python modules, making the code easier to navigate and allowing + small parts of the portage api to be imported with less overhead. + portage-2.1.7 -------------