We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9f1d4c + 7e41710 commit 2b55e3bCopy full SHA for 2b55e3b
CHANGELOG.md
@@ -4,6 +4,10 @@ This is a bugfix release.
4
5
* Fixed a bug wherein calling "Hocon.load" would not
6
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
11
12
## 0.9.3
13
0 commit comments