Move the `./runtests` changelog entry to up `Unreleased`

main
Dan Buch 8 years ago
parent 9f09b40642
commit 33f5de5f18
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

@ -3,6 +3,8 @@
**ATTN**: This project uses [semantic versioning](http://semver.org/). **ATTN**: This project uses [semantic versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
### Added
- `./runtests` test runner with coverage tracking by default
## [1.17.0] - 2016-05-09 ## [1.17.0] - 2016-05-09
### Added ### Added
@ -10,7 +12,6 @@
- `context.GlobalBoolT` was added as an analogue to `context.GlobalBool` - `context.GlobalBoolT` was added as an analogue to `context.GlobalBool`
- Support for hiding commands by setting `Hidden: true` -- this will hide the - Support for hiding commands by setting `Hidden: true` -- this will hide the
commands in help output commands in help output
- `./runtests` test runner with coverage tracking by default
### Changed ### Changed
- `Float64Flag`, `IntFlag`, and `DurationFlag` default values are no longer - `Float64Flag`, `IntFlag`, and `DurationFlag` default values are no longer

Loading…
Cancel
Save