Skip to content

Commit

Permalink
Update CHANGELOG and bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Nov 8, 2023
1 parent 8ceaa10 commit 67295c3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,50 @@

## Unreleased

## PrawnPDF 2.5.0

### Aliases inspect so that it calls to_s

(Peter Goldstein, [#1062](https://github.com/prawnpdf/prawn/issues/1062))

### Extract escape and unescape methods in Text::Formatted::Parser module

(Johnny Shields)

### Fix bug when encrypted string contains \r

(Thomas Leitner)

### Fix transformation stack not being popped

(Roger Nesbitt)

### Minor fixes to the documentation & CI

(Peter Goldstein)

### Support for Ruby 3.1, 3.2 and JRuby 9.4

(Alexander Mankuta)

### Reduce memory allocations

(Thomas Leitner)

### Look for glyph in correct font

Take the font style into account when looking for a glyph and fallback fonts are enabled.

(Dan Allen, [#1147](https://github.com/prawnpdf/prawn/issues/1147))

### Raise an exception on invalid valign value

(Masakinpo)

### Update code style

(Alexander Mankuta)

## PrawnPDF 2.4.0

### Added support for Ruby 3
Expand Down
2 changes: 1 addition & 1 deletion lib/prawn/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Prawn
VERSION = '2.4.0'
VERSION = '2.5.0'
end

0 comments on commit 67295c3

Please sign in to comment.