mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-24 18:52:16 +00:00
Update RELEASES.md with clog
This commit is contained in:
parent
7f071a375b
commit
6f3da4ed85
6
.clog.toml
Normal file
6
.clog.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[clog]
|
||||
repository = "https://github.com/lalrpop/lalrpop"
|
||||
|
||||
changelog = "RELEASES.md"
|
||||
|
||||
from-latest-tag = true
|
19
RELEASES.md
19
RELEASES.md
@ -1,3 +1,22 @@
|
||||
<a name="0.16.1"></a>
|
||||
# Version 0.16.1 (2018-10-27)
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
* Add a setting to strip indentation from the generated grammar ([9f3a978f](https://github.com/lalrpop/lalrpop/commit/9f3a978fde1a6a86c907cfbd27654032fdcb1d5c))
|
||||
* Allow setting features from the commandline ([c8df4987](https://github.com/lalrpop/lalrpop/commit/c8df49872d50019feb6b742aa22fde8c7c94552d))
|
||||
* Don't depend on lalrpop-snap to compile lalrpop ([3ff1b4c4](https://github.com/lalrpop/lalrpop/commit/3ff1b4c45fb853eb2dd337d7189644e515d87521))
|
||||
* Allow setting out_dir on the command line ([9c26e517](https://github.com/lalrpop/lalrpop/commit/9c26e5177e6c910b8d51062795a245840a946d93))
|
||||
* Let parse rules be conditionally compiled ([e6b6a07f](https://github.com/lalrpop/lalrpop/commit/e6b6a07fd694fa795c6999fcb879a331d6f04256))
|
||||
|
||||
## Fixes
|
||||
* Process escape sequences in string literals appearing as terminals ([0b7e1e1d](https://github.com/lalrpop/lalrpop/commit/e915302bbf75674ef22423dc5a925e5d0b7e1e1d))
|
||||
|
||||
Thanks to the following contributors:
|
||||
- @Marwes
|
||||
- @jimblandy
|
||||
|
||||
# Version 0.16.0
|
||||
Features:
|
||||
- Allow attributes to be specified in larlpop_mod! (#398)
|
||||
|
Loading…
x
Reference in New Issue
Block a user