From 8eec82997b153d57d406b6d6b82fbb6689dbee50 Mon Sep 17 00:00:00 2001 From: David Warring Date: Fri, 6 Dec 2024 17:22:56 +1300 Subject: [PATCH] 0.8.11 --- Changes | 2 ++ META6.json | 2 +- lib/PDF/Content.rakumod | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 4a8739c..423e6d0 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/META6.json b/META6.json index eb24aed..5256f17 100644 --- a/META6.json +++ b/META6.json @@ -62,5 +62,5 @@ ], "test-depends": [ ], - "version": "0.8.10" + "version": "0.8.11" } diff --git a/lib/PDF/Content.rakumod b/lib/PDF/Content.rakumod index 3a2feab..37ca218 100644 --- a/lib/PDF/Content.rakumod +++ b/lib/PDF/Content.rakumod @@ -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;