-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CHANGELOG and bump version for release #1319
Update CHANGELOG and bump version for release #1319
Conversation
@@ -1,5 +1,5 @@ | |||
# frozen_string_literal: true | |||
|
|||
module Prawn | |||
VERSION = '2.4.0' | |||
VERSION = '2.5.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the sentiment but generally this is not done in a PR. I have not decided yet on the version that's going to be released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right makes sense. I put my reasoning there. #1195 (comment)
### 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we have PRs associated with these changes? I might've been cheeky and push to master once ina while but most of the contributions probably had a PR opened first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the way things was merged, this information is really hard to track. I'm not going to spend the time tracking down this past 3 years
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it. Thank you.
@mathieujobin Thank you for your effort but I did it myself in the end. |
No description provided.