Skip to content

Commit f446748

Browse files
committed
Adding README.m135 and README.m136
1 parent 0be0de7 commit f446748

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ https://kyamagu.github.io/skia-python
5858
[README.m123](relnotes/README.m123.md), [README.m124](relnotes/README.m124.md), [README.m125](relnotes/README.m125.md),
5959
[README.m126](relnotes/README.m126.md), [README.m127](relnotes/README.m127.md), [README.m128](relnotes/README.m128.md),
6060
[README.m129](relnotes/README.m129.md), [README.m130](relnotes/README.m130.md), [README.m131](relnotes/README.m131.md),
61-
[README.m132](relnotes/README.m132.md), [README.m133](relnotes/README.m133.md), [README.m134](relnotes/README.m134.md).
61+
[README.m132](relnotes/README.m132.md), [README.m133](relnotes/README.m133.md), [README.m134](relnotes/README.m134.md),
62+
[README.m135](relnotes/README.m135.md), [README.m136](relnotes/README.m136.md).
6263

6364
## Contributing
6465

relnotes/README.m135.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Since m134:
2+
3+
- `skia.PDF.MakeDocument()` is rewritten to give old behavior.
4+
Upstream's `SkPDFMetdata` has added 2 required fields `jpegDecoder` and `jpegEncoder`.
5+
`SkPDF::MakeDocument(SkWStream*)` now requires them supplied to make a reasonable PDF.
6+
`skia.PDF.Metadata()` (without arguments) is now initialized with Skia's built-in jpeg
7+
encoder and decoder. The bare `SkPDF::Metadata` constructor without jpeg
8+
encoder/decoder set is not exposed to Python code at the moment. REVISIT when
9+
there is valid usage of alternative jpeg encoder/decoder to the built-in.
10+
11+
- Removing a few @pytest.mark.skip's before @pytest.fixture.
12+
They have no effect and now generates warning. Mistakenly added a while ago.

relnotes/README.m136.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
No user-visible change between m135 and m136

0 commit comments

Comments
 (0)