瀏覽代碼

Credit Alex Eftimie and Zoltan Toth-Czifra

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

+ 5 - 5
CHANGES.txt

@@ -22,11 +22,11 @@
   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.
+- 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.  Thanks to Alex Eftimie and Zoltan Toth-Czifra for the patches.
 
 - Files included via the `[include]` section are read in sorted order.  In
   past versions, the order was undefined.  Patch by Ionel Cristian Mărieș.