Skip to content

Commit 0d1ea4d

Browse files
committed
move to 0.2.4
1 parent f9a1ed6 commit 0d1ea4d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.4 (September 7th, 2011)
4+
* swap out custom escaping routines for houdini - https://github.com/tanoku/houdini
5+
* add RSTRING_NOT_MODIFIED define for a Rubinius speedup
6+
37
## 0.2.3 (March 9th, 2011)
48
* change encoding strategy to simply return strings in the encoding the input string was in, not taking into account Encoding.default_internal
59

lib/escape_utils/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module EscapeUtils
2-
VERSION = "0.2.3"
2+
VERSION = "0.2.4"
33
end

0 commit comments

Comments
 (0)