We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a1ed6 commit 0d1ea4dCopy full SHA for 0d1ea4d
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
+
7
## 0.2.3 (March 9th, 2011)
8
* change encoding strategy to simply return strings in the encoding the input string was in, not taking into account Encoding.default_internal
9
lib/escape_utils/version.rb
@@ -1,3 +1,3 @@
module EscapeUtils
- VERSION = "0.2.3"
+ VERSION = "0.2.4"
end
0 commit comments