ChangeLog in configurability-2.0.0 vs ChangeLog in configurability-2.0.1

- old
+ new

@@ -1,10 +1,27 @@ +2013-06-07 Mahlon E. Smith <mahlon@martini.nu> + + * History.rdoc, lib/configurability.rb: + Bump version to v2.0.1. + [bbf0ba1d6deb] [tip] + + * lib/configurability.rb: + Inject support into Loggability directly, avoiding load order + dependency issues. + [42ff6915abb9] + +2013-02-25 Michael Granger <ged@FaerieMUD.org> + + * .rvmrc: + Test under Ruby 2.0 by default. + [e656bdbc663d] + 2013-01-30 Mahlon E. Smith <mahlon@martini.nu> * .hgtags: Added tag v2.0.0 for changeset 120cbb7d7020 - [ef82f9cfdc97] [tip] + [ef82f9cfdc97] * .hgsigs: Added signature for changeset c4f53e99a024 [120cbb7d7020] [v2.0.0] @@ -19,11 +36,11 @@ Struct. This is not a backward-compatible change, but in practice, far more work was done to detect non-existant values than was saved by the debatable convenience of being able to auto-create nested structs. - [71e0fdf7525c] [github/master] + [71e0fdf7525c] * .tm_properties: Set indent for specs, too [652d73f009ee] @@ -169,19 +186,10 @@ * lib/configurability.rb: Merged with 29a1c3384b7f [afa3d24b4117] -2012-02-06 Michael Granger <ged@FaerieMUD.org> - - * lib/configurability.rb: - Make unknown config log message less chatty. - - Thanks to Mahlon E. Smith for the gargantuan patch. "Ssssh baby. - It's cool. Don't say a word. There will also be corn served." - [29a1c3384b7f] - 2012-01-27 Michael Granger <ged@FaerieMUD.org> * .hgtags: Added tag v1.0.9 for changeset 3b55f1118dd2 [9476896b0298] @@ -197,11 +205,40 @@ * .hgsigs, .hgtags, History.rdoc, lib/configurability.rb, spec/configurability/config_spec.rb: Merged with ssh://hg@bitbucket.org/ged/configurability@86718657a466 [d3f6f8d77060] +2011-11-01 Michael Granger <ged@FaerieMUD.org> + * .hgtags: + Added tag v1.0.8 for changeset 5b3d66af5a59 + [86718657a466] + + * .hgsigs: + Added signature for changeset 97a03db6f41c + [5b3d66af5a59] [v1.0.8] + + * History.rdoc, lib/configurability.rb: + Bumped patch version and updated the History file. + [97a03db6f41c] + + * spec/configurability/config_spec.rb: + Fix for Ruby 1.9.3. + [a26cd541ea8f] + +2012-02-06 Michael Granger <ged@FaerieMUD.org> + + * lib/configurability.rb: + Make unknown config log message less chatty. + + Thanks to Mahlon E. Smith for the gargantuan patch. "Ssssh baby. + It's cool. Don't say a word. There will also be corn served." + [29a1c3384b7f] + +2012-01-27 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: Added tag v1.0.8 for changeset 6a7852aa7398 [5e85b9cb1122] * .hgsigs: Added signature for changeset 2501a302fe07 @@ -221,28 +258,10 @@ * .tm_properties: Adding TextMate properties [45b92add3e1e] -2011-11-01 Michael Granger <ged@FaerieMUD.org> - - * .hgtags: - Added tag v1.0.8 for changeset 5b3d66af5a59 - [86718657a466] - - * .hgsigs: - Added signature for changeset 97a03db6f41c - [5b3d66af5a59] [v1.0.8] - - * History.rdoc, lib/configurability.rb: - Bumped patch version and updated the History file. - [97a03db6f41c] - - * spec/configurability/config_spec.rb: - Fix for Ruby 1.9.3. - [a26cd541ea8f] - 2011-10-13 Michael Granger <ged@FaerieMUD.org> * .hgtags: Added tag v1.0.7 for changeset 4e605f137155 [0f391f680b61] @@ -323,10 +342,28 @@ * .hgtags: Removed tag v1.0.4 [1ef1012b278c] + * .hgtags: + Added tag v1.0.4 for changeset 84718f122b7b + [99d382b750f6] + + * .hgsigs: + Added signature for changeset eef299ea1d29 + [84718f122b7b] + + * lib/configurability.rb, lib/configurability/config.rb, + spec/configurability/config_spec.rb: + Fix for config files with nil keys (fixes #1) + [eef299ea1d29] + + * .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt, + README.md, Rakefile, project.yml: + Converted to Hoe. + [fb024df77138] + 2010-11-29 Michael Granger <ged@FaerieMUD.org> * .hgsub: Modifying rake subrepo to the read-only URL [f3c29856fbe0] @@ -345,33 +382,11 @@ * README.md: Adding Github mirror to the README [bb8f2829eb37] -2011-02-08 Michael Granger <ged@FaerieMUD.org> - * .hgtags: - Added tag v1.0.4 for changeset 84718f122b7b - [99d382b750f6] - - * .hgsigs: - Added signature for changeset eef299ea1d29 - [84718f122b7b] - - * lib/configurability.rb, lib/configurability/config.rb, - spec/configurability/config_spec.rb: - Fix for config files with nil keys (fixes #1) - [eef299ea1d29] - - * .hgsub, .hgsubstate, .hgsubstate, History.md, LICENSE, Manifest.txt, - README.md, Rakefile, project.yml: - Converted to Hoe. - [fb024df77138] - -2010-11-29 Michael Granger <ged@FaerieMUD.org> - - * .hgtags: Added tag v1.0.3 for changeset 910ae8ac082f [a2ae16f86c98] * .hgsigs: Added signature for changeset 49e98e6334dd @@ -408,20 +423,10 @@ [8718e7f4ea1f] * Merged with 17:e2bf2e43bccf [17a6999c08b9] -2010-08-08 Michael Granger <ged@FaerieMUD.org> - - * .hgtags: - Added tag 1.0.1 for changeset e3605ccbe057 - [4bff6d5f7b6e] - - * .hgsigs: - Added signature for changeset 41bc1de0bf36 - [e3605ccbe057] [1.0.1] - 2010-10-25 Michael Granger <ged@FaerieMUD.org> * lib/configurability/behavior.rb: Fixed require for RSpec 2 in the shared behavior. [e2bf2e43bccf] @@ -429,9 +434,19 @@ * .hgsubstate, Rakefile, lib/configurability.rb, lib/configurability/behavior.rb, project.yml, spec/configurability/config_spec.rb, spec/configurability_spec.rb: Converted tests to RSpec 2. [5d18e28e387b] + +2010-08-08 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag 1.0.1 for changeset e3605ccbe057 + [4bff6d5f7b6e] + + * .hgsigs: + Added signature for changeset 41bc1de0bf36 + [e3605ccbe057] [1.0.1] 2010-08-04 Michael Granger <ged@FaerieMUD.org> * .hgignore, README.md, lib/configurability/config.rb, spec/configurability/config_spec.rb: