Skip to content

Commit 2b55e3b

Browse files
committed
Merge pull request #71 from fpringvaldsen/maint/changelog
Fix changelog for 0.9.4
2 parents d9f1d4c + 7e41710 commit 2b55e3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This is a bugfix release.
44

55
* Fixed a bug wherein calling "Hocon.load" would not
66
resolve substitutions.
7+
* Fixed a circular dependency between the Hocon and Hocon::ConfigFactory
8+
namespaces. Using the Hocon::ConfigFactory class now requires you to
9+
use a `require 'hocon/config_factory'` instead of `require hocon`
10+
* Add support for hashes with keyword keys
711

812
## 0.9.3
913

0 commit comments

Comments
 (0)