summaryrefslogtreecommitdiff
path: root/History.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'History.rdoc')
-rw-r--r--History.rdoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/History.rdoc b/History.rdoc
index 6cc644d..d2d847c 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,17 @@
+== 1.2.2 / 2013-03-30
+
+* Bugs Fixed:
+ * Diff::LCS::Hunk could not properly generate a difference for comparison
+ sets that are not US-ASCII-compatible because of the use of literal regular
+ expressions and strings. Jon Rowe (JonRowe) found this in
+ rspec/rspec-expectations#219 and provided a first pass implementation in
+ diff-lcs#15. I've reworked it because of test failures in Rubinius when
+ running in Ruby 1.9 mode. This coerces the added values to the encoding of
+ the old dataset (as determined by the first piece of the old dataset).
+ https://github.com/rspec/rspec-expectations/issues/219
+ https://github.com/halostatue/diff-lcs/pull/15
+* Adding Travis CI testing for Ruby 2.0.
+
== 1.2.1 / 2013-02-09
* Bugs Fixed: