Skip to content

Commit

Permalink
0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Dec 6, 2024
1 parent 8ccb3c4 commit 8eec829
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{$NEXT}}

0.8.11 2024-12-06T17:19:32+13:00
- Handle "\c[HYPHENATION POINT]" characters in input text. They
may converted to actual hyphens to facilitate line-breaking,
but are otherwise ignored.
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
],
"test-depends": [
],
"version": "0.8.10"
"version": "0.8.11"
}
2 changes: 1 addition & 1 deletion lib/PDF/Content.rakumod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#| PDF Content construction and manipulation
unit class PDF::Content:ver<0.8.10>;
unit class PDF::Content:ver<0.8.11>;

use PDF::Content::Ops :OpCode, :GraphicsContext, :ExtGState;
also is PDF::Content::Ops;
Expand Down

0 comments on commit 8eec829

Please sign in to comment.