summaryrefslogtreecommitdiff
path: root/crates/eframe/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'crates/eframe/CHANGELOG.md')
-rw-r--r--crates/eframe/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md
index 3f3c3d68..e110500c 100644
--- a/crates/eframe/CHANGELOG.md
+++ b/crates/eframe/CHANGELOG.md
@@ -7,6 +7,11 @@ This file is updated upon each release.
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
+## 0.27.1 - 2024-03-29
+* Web: repaint if the `#hash` in the URL changes [#4261](https://github.com/emilk/egui/pull/4261)
+* Add web support for `zoom_factor` [#4260](https://github.com/emilk/egui/pull/4260) (thanks [@justusdieckmann](https://github.com/justusdieckmann)!)
+
+
## 0.27.0 - 2024-03-26
* Update to document-features 0.2.8 [#4003](https://github.com/emilk/egui/pull/4003)
* Added `App::raw_input_hook` allows for the manipulation or filtering of raw input events [#4008](https://github.com/emilk/egui/pull/4008) (thanks [@varphone](https://github.com/varphone)!)