Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 1.15 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.6.1 - TBD

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #19 updated link to the documentation in the README

2.6.0 - 2016-02-9

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #13 updates the component to make it forwards-compatible with the zend-stdlib and zend-servicemanager v3 versions.
  • #4 fixes an error in getTitle() whereby the $output array was being incorrectly used as a string.
  • #12 updates the Zend\Console\Prompt\Char::show() method to call on the composed adapter's write()/writeLine() methods instead of calling echo().