summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Gallo <aamsgallo@gmail.com>2020-10-17 01:57:32 +0200
committerAlejandro Gallo <aamsgallo@gmail.com>2020-10-17 01:57:32 +0200
commit8e9c6e3a8e21e28ddae94f678e3132b182ca071b (patch)
tree02643f0eb13e30a2d16823d230f90e595c19ac97
parent31d92f1d2444f6dbab00dd7e400791ad8feedce8 (diff)
Fix ref-format doc in CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 172ea04d..8a46e7e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,7 +22,7 @@ VERSION v0.11
- Improve the reference building routine.
- Change the default `ref-format` to
```
- "{doc[title]:.15}{doc[author]:.6}{doc[year]}",
+ "{doc[title]:.15} {doc[author]:.6} {doc[year]}",
```
- The default ref if no reference could be built will not be
using the folder name as before, but using the values in the `info.yaml`