Skip to content

Commit 95ce7c0

Browse files
authored
Update CHANGELOG.md
1 parent 1b86e41 commit 95ce7c0

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,36 @@
66

77
## 1.6.0
88

9-
### New features
9+
**New features**
1010

1111
* `Config#fail_on_missing` option (default `false`) to raise a `KeyError` exception when accessing a non-existing key
12-
* Add ability to test if a value was set for a given key with `key?` and `has_key?`
12+
* Add ability to test if a value was set for a given key with `key?` and `has_key?` ([#182](https://github.com/railsconfig/config/pull/182))
1313

1414
## 1.5.1
1515

16-
### New features
17-
* Add parsing of ENV variable values to Boolean type
16+
**New features**
17+
18+
* Add parsing of ENV variable values to Boolean type ([#180](https://github.com/railsconfig/config/pull/180))
1819

1920
## 1.5.0
2021

21-
### New features
22+
**New features**
23+
2224
* Add ability to validate config schema ([#155](https://github.com/railsconfig/config/pull/155) thanks to [@ok32](https://github.com/ok32))
2325
* Add count to the reserved names list ([#167](https://github.com/railsconfig/config/pull/167) thanks to [@carbonin](https://github.com/carbonin))
2426

25-
### Bug fixes
27+
**Bug fixes**
28+
2629
* Correctly parse `env_prefix`, which contains `env_separator` ([#177](https://github.com/railsconfig/config/pull/177) thanks to [@rdodson41](https://github.com/rdodson41))
2730

2831
## 1.4.0
2932

30-
### New features
33+
**New features**
34+
3135
* Added support for passing a raw ruby hash into to both `Settings.add_source!` and `Settings.prepend_source!` ([#108](https://github.com/railsconfig/config/pull/159) thanks to [@halloffame](https://github.com/halloffame))
3236

33-
### Bug fixes
37+
**Bug fixes**
38+
3439
* Added new reserved name `test` ([#158](https://github.com/railsconfig/config/pull/158) thanks to [@milushov](https://github.com/milushov))
3540
* `to_hash` should not replace nested config objects with Hash ([#160](https://github.com/railsconfig/config/issues/160) thanks to [@seikichi](https://github.com/seikichi))
3641

0 commit comments

Comments
 (0)