Commit 53b7b131 authored by Matthew Holt's avatar Matthew Holt

Update change list, and note in comment

parent bec9b9a3
......@@ -82,6 +82,8 @@ func redirParse(c *Controller) ([]redirect.Rule, error) {
switch len(insideArgs) {
case 1:
// To specified (catch-all redirect)
// Not sure why user is doing this in a table, as it causes all other redirects to be ignored.
// As such, this feature remains undocumented.
rule.From = "/"
rule.To = insideArgs[0]
case 2:
......
......@@ -6,6 +6,7 @@ CHANGES
- markdown: Fix for large markdown files
- redir: Can use variables like log formats can
- redir: Catch-all redirects no longer preserve path; use {uri} instead
- redir: Create redirect tables by opening a redir block
0.7.3 (July 15, 2015)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment