瀏覽代碼

Add changelog entry for abfbcd6c13bf7dfe0caa13553ce125e8c2c812c6

Mike Naberezny 10 年之前
父節點
當前提交
b74be7fa51
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      CHANGES.txt

+ 6 - 0
CHANGES.txt

@@ -22,6 +22,12 @@
   support it.  See https://github.com/Supervisor/supervisor/pull/129.
   Patch by Igor Sobreira.
 
+- The behavior of the config file expansion `%(here)s` has changed.  In
+  previous versions, a bug caused `%(here)s` to always expand to the
+  directory of the root config file.  Now, when `%(here)s` is used inside
+  a file included via `[include]`, it will expand to the directory of
+  that file.
+
 - Files included via the `[include]` section are read in sorted order.  In
   past versions, the order was undefined.  Patch by Ionel Cristian Mărieș.