Skip to content

Commit

Permalink
Fix optimization of choices
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Jan 21, 2019
1 parent 42af9c8 commit b2c4a17
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.8.2] - 2019-01-21
### Changed
- Updated example outputs

### Fixed
- Optimization issue in choice length

## [1.8.1] - 2019-01-21
### Changed
- Skip all optimizations with `--no-optimizations`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ebnf2railroad",
"version": "1.8.1",
"version": "1.8.2",
"description": "EBNF to Railroad diagram",
"keywords": [
"ebnf",
Expand Down

0 comments on commit b2c4a17

Please sign in to comment.