---------------------------
Fixed issue `16` by merging pull request `17`_: Extend byte ranges, add RAM
output to command line.
In the merge commit I removed the ``--format-bytes`` option that `17`_ added
and instead implemented a ``--binary`` option which changes ``--format-size``
to use binary multiples of bytes (base-2) instead of decimal multiples of bytes
(base-10).
.. _Release 4.5: https://github.com/xolox/python-humanfriendly/compare/4.4.2...4.5
.. _16: https://github.com/xolox/python-humanfriendly/issues/16
.. _17: https://github.com/xolox/python-humanfriendly/pulls/17