From 3c9856d0fde1c56929cc40599c9a1ee6fac258a8 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Sat, 2 Jul 2016 21:44:48 -0700 Subject: [PATCH] Add Float64SliceFlag to the CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808a08c..0d3424d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ## 2.0.0 - (unreleased 2.x series) ### Added - `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.LocalFlagNames` to get the flag names from *only* the current context - `BoolFlag.Value` to handle both default-false and default-true