Skip to content

Commit

Permalink
Updated README due to removal of -c option
Browse files Browse the repository at this point in the history
  • Loading branch information
alza-bitz committed Jan 14, 2019
1 parent 51345b1 commit bd3a0e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support disabling the "Store Beatmarker as Hotcue" Traktor setting (Traktor to Rekordbox)
- System abstraction for reloading code in the REPL (and removal of def's)

## 0.2.0 (2019-01-14)
### Changed
- Internal changes to simplify data conversions
- Internal changes allowing this project to be used as a library and extended by other projects.
### Removed
- The -c/--check-input command line option (no longer required since the input is now always checked).

## 0.1.0 (2018-11-24)
### Added
- Initial release.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ A converted `rekordbox.xml` file will be created in the current directory. If th

### Options
```
-c, --check-input Perform checks on the input file
-h, --help
```
### Importing to Rekordbox
Expand Down

0 comments on commit bd3a0e3

Please sign in to comment.