Skip to content

Commit 2067e7a

Browse files
committed
Updated changelog [ci skip]
1 parent c4119fb commit 2067e7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.0.0
2+
3+
* `RailsConfig` is now officially renamed to `Config`
4+
* Fixed array descent when converting to hash (thanks [@slicedpan](https://github.com/railsconfig/config/commit/c24d09907aeb09231586dc0914050fa7a05542e3))
5+
* Catch OpenStruct reserved keywords (thanks [@dudo](https://github.com/railsconfig/config/commit/2bf3baf10590d56c6382d79e323dc11295d9e5c1))
6+
* Allows loading before app configuration process (thanks [Andrey Voronkov](https://github.com/railsconfig/config/commit/8732c18d1fb9715554274543b707c1006daa50f5))
7+
* `deep_merge` is now properly managed via gemspec (thanks [@firedev](https://github.com/railsconfig/config/commit/a2560bcec1a902a807d8c1766368906e5789a18e))
8+
* Added `prepend_source!` (thanks [@eugenk](https://github.com/railsconfig/config/pull/102))
9+
* Miscellaneous tweaks and fixes by @pkuczynski and co
10+
111
# 0.5.0.beta1
212

313
* Ability to use in Settings file keywords reserved for OpenStruct: select, collect ([#95](https://github.com/railsjedi/config/issues/95))

0 commit comments

Comments
 (0)