Browse Source

Add latest changes to CHANGELOG

version-one
Matt Baer 6 years ago
parent
commit
e9de7440f1
1 changed files with 13 additions and 0 deletions
  1. +13
    -0
      CHANGELOG.md

+ 13
- 0
CHANGELOG.md View File

@@ -1,6 +1,19 @@
Change log
==========

## [1.0](https://github.com/writeas/writeas-cli/compare/v0.4...v1.0)

### Changed

* All logging and errors go to stderr, not stdout (#11)
* Verbose logging requires `-v` or `--verbose` flag
* Executable now lives in `cmd/` directory

### Fixed

* All errors exit with status 1
* `cli` library deprecation (#8)

## [0.4](https://github.com/writeas/writeas-cli/compare/v0.3...v0.4) - 2015-12-10

### Added


Loading…
Cancel
Save