From 3c0c729af8acdbe7384f4852816a955a20d5549d Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 13 Apr 2021 06:57:49 +1200 Subject: [PATCH] Add links to the changelogs for other crates. (#293) (Tested via the GH web interface.) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc1fa3ef..eb1bb945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the egui crate will be documented in this file. -NOTE: `eframe`, `egui_web` and `egui_glium` has their own changelogs! +NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [`egui_glium`](egui_glium/CHANGELOG.md) has their own changelogs! ## Unreleased