Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Oct 28, 2023
1 parent 65e3af2 commit a9cf5f1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{{$NEXT}}

0.1.14 2023-10-28T14:27:41+13:00
- Avoid whitespace in some tag XML serialization e.g.
<Figure></Figure>. Required to pass latest DtD which declares
this as EMPTY.

0.1.13 2023-10-27T07:31:38+13:00
- Use 'DocumentFragment' to name document fragments. It's the
official name in PDF 2.0
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
],
"test-depends": [
],
"version": "0.1.13"
"version": "0.1.14"
}
2 changes: 1 addition & 1 deletion lib/PDF/Tags.rakumod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#| Tagged PDF root node
class PDF::Tags:ver<0.1.13> {
class PDF::Tags:ver<0.1.14> {

use PDF::Tags::Node::Parent :&att-owner;
also is PDF::Tags::Node::Parent;
Expand Down

0 comments on commit a9cf5f1

Please sign in to comment.