Skip to content

Commit

Permalink
Cherry pick the history file updates from the 0.6.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Dec 4, 2011
1 parent 41d8e87 commit 82e5b01
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion History.markdown
Expand Up @@ -4,7 +4,6 @@

* Enhancements:
+ Removed old application builder
+ Bridgesupport embedding enabled by default for new projects
+ Deprecated Range#to_NSRange in favour of Range#relative_to
+ Deprecated Numeric#negative?
+ Deprecated Object#full_const_get
Expand All @@ -18,6 +17,20 @@
* Extended mappings:
+ split_view

## 0.6.1 2011-12-4

* Enhancements:
* Bridgesupport embedding now enabled by default for new projects
* Ensure that the short version is set in an app bundles Info.plist
* Begin overhauling the documentation
* Better error handling for the DelegateBuilder
* Document and refactor layout manager internals

* Fixes:
* Fixed some UI glitches with the Demo app
* The application builder now sets the copyright string in an app bundles Info.plist
* DelegateBuilder no longer crashes when parameters were given as Symbols

## 0.6.0 2011-10-14

* 10 enhancements:
Expand Down

0 comments on commit 82e5b01

Please sign in to comment.