Add item to ChangeLog for options writing to stdout instead of stderr

This commit is contained in:
Chris Mayo 2017-03-20 20:08:41 +00:00
parent f30cac479d
commit 4925e6c449

View File

@ -9,6 +9,7 @@
* Improved the embedded pdf font (pdf.ttf). * Improved the embedded pdf font (pdf.ttf).
* Enable selection of OCR engine mode from command line. * Enable selection of OCR engine mode from command line.
* Changed tesseract command line parameter '-psm' to '--psm'. * Changed tesseract command line parameter '-psm' to '--psm'.
* Write output of tesseract --help, --version and --list-langs to stdout instead of stderr.
* Added new C API for orientation and script detection, removed the old one. * Added new C API for orientation and script detection, removed the old one.
* Increased minimum autoconf version to 2.59. * Increased minimum autoconf version to 2.59.
* Removed dead code. * Removed dead code.