CHANGELOG.rdoc in kit-1.1.4 vs CHANGELOG.rdoc in kit-1.2.0
- old
+ new
@@ -1,26 +1,30 @@
= Kit ChangeLog
-== 1.1.0
+Only releases with user facing changes and development improvements noted.
+See commit log for full detail.
-=== Breaking changes
+== 1.2.0
-+KitActionsDefault+ now extends all +Kit::Bit+ instances instead of only those without a group.
+- Gem requirements now use pessimistic versioning.
+- Guard::RSpec Guardfile.
-== 1.0.0
+== 1.1.3
-=== Breaking changes
+- Support for Kate project plugin (development).
-Kit has been completely rewritten using Active Record.
-See the {README}[http://rubydoc.info/gems/kit/frames] and {wiki}[https://github.com/razor-x/kit/wiki] for new documentation.
+== 1.1.1
-== 0.3.0
+- Added bump rake tasks.
+== 1.1.0
+
=== Breaking changes
-* Kits are now expected to have an actions.rb file and specific global action files in the actions directory.
-This allows one to write methods available to all actions and methods available to specific actions (helps with DRY).
-See the skeleton kit for the updated structure.
+- +KitActionsDefault+ now extends all +Kit::Bit+ instances instead of only those without a group.
-=== Enhancements
+== 1.0.0
-* Added changelog.
+=== Breaking changes
+
+- Kit has been completely rewritten using Active Record.
+- See the {README}[http://rubydoc.info/gems/kit/frames] and {wiki}[https://github.com/razor-x/kit/wiki] for new documentation.