Skip to content

Commit

Permalink
Add notes from #32 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ezkl committed Jun 4, 2012
1 parent 9973288 commit 351d362
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# HEAD

* Tried to reduce the number of instances of respond_to? in the code by
pulling common uses of it out to methods. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* The parse stack is now composed of simple objects instead of it being
an array of arrays. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* Now using an identifier for an empty buffer instead of empty string. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* Cleaned up several variables that were not being used. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* Encapsulated stack so it's not being exposed as part of the API. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* #cdata_block is now an alias instead of delegating to characters. [[#32](https://github.com/pauldix/sax-machine/pull/32)]

# 0.1.0

- rename parent to ancestor
- added SAXMachine.configure
* rename parent to ancestor
* added SAXMachine.configure

0 comments on commit 351d362

Please sign in to comment.