Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

52 lines (33 loc) · 1.27 KB

Change Log

All notable changes to this project will be documented in this file.

Unreleased

0.8.0 - 2018-04-27

Changed

  • Minimum Ruby version is 2.3 Alexander Mankuta
  • Trailing fraction zeroes are removed from numbers Alexander Mankuta

0.7.0 - 2017-03-03

Changed

  • Breaking change: PDF::Core::PdfObject method has been renamed to PDF::Core::pdf_object Alexander Mankuta

Added

  • Support for horizontal scaling Tom Sullivan, #26
  • Support for character spacing Tom Sullivan, #27
  • Support for crops, bleeds, trims, and art box Alexander Mankuta

0.6.1 - 2016-02-21

Fixed

  • Fixed regex "/u over UTF-8 string" warning on Ruby 2 Takahiro Yoshimura, #21

0.6.0 - 2015-07-15

Added

  • A trailer can be assigned to DocumentState Robert Bousquet, #16