diff options
author | Omar Polo <op@omarpolo.com> | 2024-01-30 09:39:07 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2024-01-30 09:39:07 +0000 |
commit | acf244c5167f041bb2ef5ab92d30801c887ad60c (patch) | |
tree | 21fac7f078d3999584cd2ee934e39c885df69f43 | |
parent | 53ad458e22919a707fdc4e44f2b8ed2260179ea7 (diff) |
sync changelog
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2024-01-30 Anna “CyberTailor” + + * contrib/vim/indent/gmid.vim: fix indent + +2024-01-30 Omar Polo <op@omarpolo.com> + + * parse.y: don't make log styles reserved keywords. Unbreaks the + example in the manpage with `common = ...'. + +2024-01-26 Omar Polo <op@omarpolo.com> + + * parse.y: rework grammar to allow the semicolon after + variables/macros definition and top-level options + 2024-01-24 Omar Polo <op@omarpolo.com> * configure (VERSION): release 2.0.1 |