Skip to content

Commit f40272d

Browse files
committed
v3.0.0
1 parent f6c00f1 commit f40272d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
### v3.0.0 (2019-02-02)
44
Major:
5-
- Removed method `isFlagOrAliasExists`, please use isFlagExist
6-
- Renamed method `isFlagExists` to `isFlagExist`, changed second parameter of the method.
7-
- Will be thrown `CongifErrorException` if it is passed wrong config to constructor.
8-
- Method `getArg($key)` returns `true` or `false` when filter is `flag`.
5+
- Removed method `isFlagOrAliasExists`, please use `isFlagExist`
6+
- Renamed method `isFlagExists` to `isFlagExist`, and second parameter of the method is changed
7+
- Will be thrown `CongifErrorException` if it is passed wrong config in constructor.
8+
- Method `getArg($key)` returns only `true` or `false` when filter is `flag`.
99

1010
Patch:
11-
- Fixed default default arguments of default params
11+
- Fixed bug of using default empty values from config.

0 commit comments

Comments
 (0)