summaryrefslogtreecommitdiff
path: root/Contributing.md
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2019-01-28 00:42:50 -0500
committerAustin Ziegler <austin@zieglers.ca>2019-02-01 22:25:37 -0500
commita798f6f1dc5d41aceb236ea0aeaa113c8dc89c92 (patch)
treed9f368b89273969d87f4f5b640d855c7336f453e /Contributing.md
parent45ea1b30c7de0ad840f72afb82fd41eb2b9590db (diff)
downloaddiff-lcs-a798f6f1dc5d41aceb236ea0aeaa113c8dc89c92.tar.gz
Reintroduce Diff::LCS::Change#to_ary
- This required some level of code remediation in the main library, but all tests now pass: - Patchsets are now internally flattened one level explicitly, rather than using Array#flatten. This ensures that only the outer patchset array is flattened. Fixes #48.
Diffstat (limited to 'Contributing.md')
-rw-r--r--Contributing.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Contributing.md b/Contributing.md
index 3eb81ee..08f424b 100644
--- a/Contributing.md
+++ b/Contributing.md
@@ -77,6 +77,7 @@ Thanks to everyone else who has contributed to Diff::LCS:
* Josef Strzibny
* Josh Bronson
* Mark Friedgan
+* Akinori MUSHA
[Rspec]: http://rspec.info/documentation/
[quality commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html