Skip to content

Commit

Permalink
preping for 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Jun 8, 2012
1 parent 5b46c7e commit 4652256
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 32 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.0.0

* Improved the integration with RubyMotion build system.
* Improved test suite.
* Added better documentation, including on how to work on the internals.
* Added a KVO DSL to observe objects.
* Renamed `Device.screen.widthForOrientation` to Device.screen.width_for_orientation` and `Device.screen.heightForOrientation` to `Device.screen.height_for_orientation`.
* The `HTTP` wrapper now encodes arrays in params in a way that's compatible with Rails.

## 0.4.0

* Refactored the code and test suite to be more modular and to handle
Expand Down
2 changes: 1 addition & 1 deletion lib/bubble-wrap/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BubbleWrap
VERSION = '0.4.0'
VERSION = '1.0.0.pre'
end
31 changes: 0 additions & 31 deletions spec_helper_patch.diff

This file was deleted.

0 comments on commit 4652256

Please sign in to comment.