summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-04-11 22:29:35 -0400
committerAustin Ziegler <austin@zieglers.ca>2013-04-11 22:29:35 -0400
commit12df45ec8edef0727b3cec2ff6f9ba0d6fff305f (patch)
treefe12df0a01b49be8a1861624372b9b9c178e22a9 /README.rdoc
parent68e1a153d44a9e5a682144c2eb1a7800b5880480 (diff)
downloaddiff-lcs-12df45ec8edef0727b3cec2ff6f9ba0d6fff305f.tar.gz
Creating release 1.2.3 with encoding fixes.v1.2.3
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc13
1 files changed, 10 insertions, 3 deletions
diff --git a/README.rdoc b/README.rdoc
index afb421e..f2d86db 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -11,9 +11,16 @@ Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.
-This is release 1.2.2, fixing a bug that prevented comparison of values that
-are not US-ASCII-compatible. Thanks to Jon Rowe for finding and providing most
-of the work behind this issue. This is a recommended release.
+This is release 1.2.3, fixing a bug in value comparison where the left side of
+the comparison was the empty set, preventing the detection of encoding. Thanks
+to Jon Rowe for fixing this issue. This is a strongly recommended release.
+
+*Note*: There is a known issue with Rubinius in 1.9 mode reported in
+{rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268] and
+demonstrated in the Travis CI builds. For all other tested platforms, diff-lcs
+is considered stable. As soon as a suitably small test-case can be created for
+the Rubinius team to examine, this will be added to the Rubinius issue around
+this.
== Synopsis