^^^^^^^^^^^^^^^^^^^^^^^^^^
* pear: support custom channels with --pear-channel <channel> (`207`_) Example: fpm -s pear -t deb --pear-channel pear.drush.org drush
* permit literal '\n' in --description, fpm will replace with a newline character. Example: fpm --description "line one\nline two" (`251`_)
* improve error messaging when trying to output a package to a directory that doesn't exist (`244`_)
* deb: convert '>' and '<' dependency operators to the correct '>>' and '<<' debian version operators (`250`_, patch by Thomas Meson).
* deb: add --deb-priority flag (`232`_) for setting the debian 'priority' value for your package.
* add --template-value. Used to expose arbitrary values to script templates. If you do --template-value hello=world, in your template you can do <%= hello %> to get 'world' to show up in your maintainer scripts.
* python: add --python-install-data flag to set the --install-data option to setup.py (`255`_, patch by Thomas Meson)
* Reject bad dependency flags (ones containing commas) and offer alternative. (`257`_)
* Try to copy a file if hardlinking fails with permission problems (`253`_, patch by Jacek Lach)
* Make --exclude, if a directory, include itself and any children, recursive. (`248`_)