From 8c82eb1970a00aa65506aed102141dabbd3a3f8b Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 10 Dec 2020 23:52:51 +0100 Subject: [PATCH] Add CHANGELOG.md for egui_glium --- CHANGELOG.md | 4 +++- egui_glium/CHANGELOG.md | 17 +++++++++++++++++ egui_web/CHANGELOG.md | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 egui_glium/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index feccba59..8be9efaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Egui Changelog -All notable changes to this project will be documented in this file. +All notable changes to the Egui crate will be documented in this file. + +NOTE: `egui_web` and `egui_glium` has their own changelogs! The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). diff --git a/egui_glium/CHANGELOG.md b/egui_glium/CHANGELOG.md new file mode 100644 index 00000000..66c8b87d --- /dev/null +++ b/egui_glium/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog for egui_glium + +All notable changes to the `egui_glium` integration will be noted in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## Unreleased + +## 0.4.0 - 2020-11-28 + +Started changelog. Features: + +* Input +* Painting +* Clipboard handling +* Open URL:s +* Simple JSON-backed storage diff --git a/egui_web/CHANGELOG.md b/egui_web/CHANGELOG.md index 47876111..ff9f1518 100644 --- a/egui_web/CHANGELOG.md +++ b/egui_web/CHANGELOG.md @@ -1,4 +1,4 @@ -# Egui Changelog +# Changelog for egui_web All notable changes to the `egui_web` integration will be noted in this file.