summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaura Médioni <laura.medioni@logilab.fr>2014-07-25 10:13:23 +0200
committerLaura Médioni <laura.medioni@logilab.fr>2014-07-25 10:13:23 +0200
commit86dc908ee0df6f8bf9a0bd11d9952dcaba0689e4 (patch)
tree51c3791c5d90e72b39728757c2add7434ffd5463 /ChangeLog
parent58170703232700d6b3523d672e71a2c78655b4c1 (diff)
downloadlogilab-common-86dc908ee0df6f8bf9a0bd11d9952dcaba0689e4.tar.gz
[configuration] closes #185648 : load options in config file order
Option should be processed in file order, not declaration order. related to issue #87 on pylint : https://bitbucket.org/logilab/pylint/issue/87
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f64e1fc..0560fef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ ChangeLog for logilab.common
--
* shellutils: restore py 2.5 compat by removing usage of class decorator
* pytest: drop broken --coverage option
+ * configuration: load options in config file order (#185648)
2014-03-07 -- 0.62.0
* modutils: cleanup_sys_modules returns the list of cleaned modules