Changes in version 1.1.0 (2018-02-20) - Added ability to see progress for multi-process taks. See the vignette "Progress for Multi-Processing" for more details. Changes in version 1.0.0 (2018-02-09) - Added testing on travis-ci and appveyor. Changes in version 0.9.0 - new function for deciding where to write the output from the progress bar, make_kpb_output_decisions(). #4. Note that this can be overridden by supplying a connection directly. - new function for updating the counter easily, update_progress, that provides updating and stopping the counter properly. #7 - Added CI to the github repo. #3 - Added testing. #5