ChangeLog in arborist-0.1.0 vs ChangeLog in arborist-0.2.0.pre20170519125456
- old
+ new
@@ -1,15 +1,59 @@
+2017-02-19 Mahlon E. Smith <mahlon@martini.nu>
+
+ * .ruby-gemset, .ruby-version, .rvmrc, Rakefile:
+ Convert to .ruby-* files. Bump msgpack dependency.
+ [b0cead421802] [github/master, tip]
+
+2017-01-02 Michael Granger <ged@FaerieMUD.org>
+
+ * .hgignore, Rakefile:
+ Remove guard against public release, ignore pkg dir
+ [4e6a4471c246]
+
+ * .hgtags:
+ Added tag v0.1.0 for changeset 859b70361b14
+ [83809e3f33bc]
+
+ * .hgsigs:
+ Added signature for changeset 02a11882f53b
+ [859b70361b14] [v0.1.0]
+
+ * History.md, lib/arborist.rb:
+ Set the minor version, update history file.
+ [02a11882f53b]
+
+ * TODO.md, lib/arborist/monitor.rb, lib/arborist/monitor_runner.rb,
+ spec/arborist/monitor_runner_spec.rb, spec/arborist/monitor_spec.rb:
+ Fix the DSL constructor, set the monitor key in the correct place in
+ the node data.
+ [e12d602bcf1a]
+
2016-12-28 Michael Granger <ged@FaerieMUD.org>
+ * Monitors.md, lib/arborist/monitor_runner.rb, lib/arborist/node.rb,
+ spec/arborist/node_spec.rb:
+ Add `key` to the monitor docs, use a prefixed key for monitor
+ updates.
+ [7119b40e002a]
+
+ * arborist.gemspec, lib/arborist/command/watch.rb,
+ lib/arborist/monitor.rb, lib/arborist/monitor_runner.rb,
+ lib/arborist/node.rb, spec/arborist/event/node_down_spec.rb,
+ spec/arborist/manager_spec.rb, spec/arborist/monitor_runner_spec.rb,
+ spec/arborist/monitor_spec.rb, spec/arborist/node_spec.rb:
+ Add a key attribute to monitors for error grouping.
+ [aebc20335e43]
+
* .gems, Rakefile:
Update to latest *ability
- [09438b7a8aff] [tip]
+ [09438b7a8aff]
2016-10-19 Michael Granger <ged@FaerieMUD.org>
* lib/arborist/client.rb:
Use ** instead of * for client methods that take keyword args
- [73b6f150a8c1] [github/master]
+ [73b6f150a8c1]
* lib/arborist/mixins.rb, lib/arborist/node.rb,
spec/arborist/client_spec.rb:
Add specs for Client#ack and #unack
[819556c743c6]