Skip to content

Commit

Permalink
Fix links in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 29, 2023
1 parent ea4d054 commit e257178
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# `egui_tiles` Changelog


## [Unreleased](https://github.com/rerun-io/rerun/compare/latest...HEAD)
## [Unreleased](https://github.com/rerun-io/egui_tiles/compare/latest...HEAD)


## [0.3.1]](https://github.com/rerun-io/rerun/compare/0.3.0...0.3.1)
* Report edits to user with Behavior::on_edit (#29)
## [0.3.1]](https://github.com/rerun-io/egui_tiles/compare/0.3.0...0.3.1) - 2023-09-29
* Report edits to user with `Behavior::on_edit` (#29)
* Make `Tree::simplify` public (#28)
* Add `Shares::set_share` method (#25)


## [0.3.0]](https://github.com/rerun-io/rerun/compare/0.2.0...0.3.0)
## [0.3.0]](https://github.com/rerun-io/egui_tiles/compare/0.2.0...0.3.0) - 2023-09-28
* Update to egui 0.23
* Better grid column-count heuristic
* Make drag preview style customizable


## [0.2.0]](https://github.com/rerun-io/rerun/compare/0.1.0...0.2.0) - Invisible tiles - 2023-07-06
## [0.2.0]](https://github.com/rerun-io/egui_tiles/compare/0.1.0...0.2.0) - Invisible tiles - 2023-07-06
* Add support for invisible tiles
* `PartialEq` for `Tiles` now ignores internal state
* Add `Tiles::find_pane`
Expand Down

0 comments on commit e257178

Please sign in to comment.