Skip to content

Commit

Permalink
version bump to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Mar 25, 2011
1 parent b70df3e commit 29fa99b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.textile
@@ -1,8 +1,15 @@
h2. 1.1.1

h3. Additions
* You can now attach event handlers to other widgets simply by using the @:passing@ option: @responds_to_event :click, :passing => :root@.
* If you want to debug events, just include the (WIP) @apotomo/debugging@ file and watch your server output on the console.

h3. Changes
* @Widget.responds_to_event@ is inheritable now.
* The generator now places namespaced widgets into the correct sub-directories.

h3. Removals
* Removed the alias @Widget.respond_to_event@, please use @Widget.responds_to_event@.

h2. 1.1

Expand Down
2 changes: 1 addition & 1 deletion lib/apotomo/version.rb
@@ -1,3 +1,3 @@
module Apotomo
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit 29fa99b

Please sign in to comment.