We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2267c2f commit 6ccdaaaCopy full SHA for 6ccdaaa
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 0.3.0 (February 26th, 2013)
4
+* add xml escaping support
5
+* in Ruby 1.9 - escape_utils now requires the input string be UTF-8
6
+* update upstream houdini to pull in some speed optimizations
7
+* a couple of other perf tweaks
8
+* switched to minitest
9
+
10
## 0.2.4 (September 7th, 2011)
11
* swap out custom escaping routines for houdini - https://github.com/tanoku/houdini
12
* add RSTRING_NOT_MODIFIED define for a Rubinius speedup
lib/escape_utils/version.rb
@@ -1,3 +1,3 @@
module EscapeUtils
- VERSION = "0.2.4"
+ VERSION = "0.3.0"
end
0 commit comments