|
@@ -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ș.
|
|
|
|