diff options
author | Austin Ziegler <austin@zieglers.ca> | 2014-10-28 20:55:02 -0400 |
---|---|---|
committer | Austin Ziegler <austin@zieglers.ca> | 2014-10-28 20:55:02 -0400 |
commit | 1dd6150d0ab3921ef00201a9bf69e9f604446e93 (patch) | |
tree | 040e06c8325068e9ed69547a55eff1df03e2158f /History.rdoc | |
parent | 0def5473ae9db186193d608425a3604065a26b3b (diff) | |
download | git-2.5-work.tar.gz |
Clarify MIME::Type stringification documentation2.5-work
Fixes #80.
Worked out the wording with @kenips.
Diffstat (limited to 'History.rdoc')
-rw-r--r-- | History.rdoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/History.rdoc b/History.rdoc index f0b1884a19..e604f648cc 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,9 @@ +== 2.5 / 2014-MM-DD + +* Documentation: + * Fixed #80, clarifying the relationship of MIME::Type#content_type and + MIME::Type#simplified. + == 2.4.3 / 2014-10-21 * Bugs: |