From 266a812adb327a89117aec7b3e20265286ad1264 Mon Sep 17 00:00:00 2001 From: Bernard Xie Date: Fri, 24 Feb 2023 13:50:17 -0800 Subject: [PATCH] add to readme and changelog --- README.md | 4 ++-- ci/release/changelogs/next.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95e6cfe9f..30b601305 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A modern diagram scripting language that turns text to diagrams. - [Docs](https://d2lang.com) | [Cheat sheet](./docs/assets/cheat_sheet.pdf) | [Comparisons](https://text-to-diagram.com) | [Playground](https://play.d2lang.com) [![ci](https://github.com/terrastruct/d2/actions/workflows/ci.yml/badge.svg)](https://github.com/terrastruct/d2/actions/workflows/ci.yml) @@ -25,6 +24,7 @@ https://user-images.githubusercontent.com/3120367/206125010-bd1fea8e-248a-43e7-8 # Table of Contents + - What does D2 look like? - Quickstart - Install @@ -148,7 +148,7 @@ one, please see [./d2renderers/d2fonts](./d2renderers/d2fonts). ## Export file types -D2 currently supports SVG and PNG exports. More coming soon. +D2 currently supports SVG, PNG and PDF exports. More coming soon. ## Language tooling diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 487888e50..064d91bbe 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,5 +1,7 @@ #### Features ๐Ÿš€ +- PDF exports are now supported. [#120](https://github.com/terrastruct/d2/issues/120) + #### Improvements ๐Ÿงน #### Bugfixes โ›‘๏ธ