Delete CHANGELOG.md

Changelog not updated for more than 2 years, it is better to remove it so as not to mislead.
master
Alexey Simonenko 2014-01-12 21:23:15 +03:00
parent 022b9bc507
commit 9891814b27
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# CHANGELOG
### Version 0.5.0
* `nconf.stores.*` is now `nconf.*`
* `nconf.stores` now represents the set of nconf.* Store instances on the nconf object.
* Added `nconf.argv()`, `nconf.env()`, `nconf.file()`, `nconf.overrides()`, `nconf.defaults()`.
* `nconf.system` no longer exists. The `nconf.System` store has been broken into `nconf.Argv`, `nconf.Env` and `nconf.Literal`
* Fixed bugs in hierarchical configuration loading.