diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8bb3511 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +v0.1.2 +--- + + - The interface is now stored under `$RUNTIME_DIRECTORY` if it is set. The +state file should be removed when the interfaces is reset. + + - The daemon's config can now be provided via the command line. TOML config +support has been made optional and is enabled by default. + + - There is now an init script for OpenWRT procd that gets the configuration +from UCI and passes it via command line. |