Skip to content

Commit

Permalink
Use *'s instead of "-" in CHANGELOG for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Oct 13, 2009
1 parent a701633 commit 9b2d61f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
= HEAD

- Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:

* Fixed a bug in which direct string values to Markaby::Builder wouldn't evaluate:
Markaby::Builder.new { 'foo' }.to_s #=> "foo"

- Fix critical bug with form_for, which was raising an error
- Introduct proxy object for the object which form_for uses, so that we can write
* Fix critical bug with form_for, which was raising an error
* Introduct proxy object for the object which form_for uses, so that we can write
templates like the following:

form_for :foo do |f|
Expand Down

0 comments on commit 9b2d61f

Please sign in to comment.