From 14ac787309bc65ce149e5ecc1b5a2240a4392ad3 Mon Sep 17 00:00:00 2001 From: Kaiyin Zhong Date: Wed, 27 May 2020 16:22:44 +0200 Subject: [PATCH] move change entry to docs, add link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa3c202be..43bda9c317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,7 +136,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i - Added a changelog containing development since the 0.5 release. ([#889] by [@finnerale]) - Removed references to cairo on macOS. ([#943] by [@xStrom]) - Updated screenshots in `README.md`. ([#967] by [@xStrom]) -- Added a section about dependencies to `CONTRIBUTING.md`. ([#990] by [@xStrom]) +- Added a section about dependencies to `CONTRIBUTING.md`. ([#990] by [@xStrom])t s - Fixed menu inconsistency across multiple windows in the multiwin example. ([#926] by [@kindlychung]) ### Maintenance