Add Float64SliceFlag to the CHANGELOG

main
Jesse Szwedko 8 years ago
parent c99ea0b14b
commit 3c9856d0fd

@ -5,6 +5,7 @@
## 2.0.0 - (unreleased 2.x series) ## 2.0.0 - (unreleased 2.x series)
### Added ### Added
- `NewStringSlice` and `NewIntSlice` for creating their related types - `NewStringSlice` and `NewIntSlice` for creating their related types
- `Float64SliceFlag` for unmarshaling a list of floats from the user
- `Context.Lineage` to get all contexts from current up to global - `Context.Lineage` to get all contexts from current up to global
- `Context.LocalFlagNames` to get the flag names from *only* the current context - `Context.LocalFlagNames` to get the flag names from *only* the current context
- `BoolFlag.Value` to handle both default-false and default-true - `BoolFlag.Value` to handle both default-false and default-true

Loading…
Cancel
Save