We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d29218 commit aee4d6eCopy full SHA for aee4d6e
1 file changed
CHANGELOG.md
@@ -5,6 +5,16 @@ here's a changelog for ConsulStrucutre!
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [0.0.4]
9
+### Fixed
10
+ - Slashing your way through configuration is what this project is
11
+ about. Unfortunately, keys in consul don't start with a /, and
12
+ my simulator did, because i don't have a test rig for it yet. So
13
+ I slashed the slash, and now it works.
14
+ - Events are good, but too much of a good thing is, well, not such
15
+ a good thing. Key/Value events now only trigger when there's a
16
+ good reason for it, like actually having key values.
17
+
18
## [0.0.3]
19
### Added
20
- I think it's rude to respond to requests with an error, but I'm not
0 commit comments