Skip to content

Commit 7a7b076

Browse files
committed
More changelog and doc updates
1 parent 05b9715 commit 7a7b076

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### Changed
66

77
- Updated to pulldown-cmark 0.13
8+
- Updated egui to 0.32 ([#76](https://github.com/lampsitter/egui_commonmark/pull/76) by
9+
[@lucasmerlin](https://github.com/lucasmerlin))
810

911

1012
### Fixed
@@ -55,7 +57,7 @@
5557

5658
- Updated pulldown-cmark to 0.12
5759
- Newlines are no longer inserted before/after markdown ([#56](https://github.com/lampsitter/egui_commonmark/pull/56))
58-
> For the old behaviour you can call `ui.label("");` before and and after
60+
> For the old behaviour you can call `ui.label("");` before and after
5961
6062
### Removed
6163

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ To see the output of the macros enable the `dump-macro` feature.
1717
For the macro example the output can be viewed like this:
1818

1919
```sh
20-
cargo r --example macro --features dump-macro,macros -- dark | rustfmt --edition=2021 | less
20+
cargo r --example macro --features dump-macro,macros -- dark | rustfmt --edition=2024 | less
2121
```

0 commit comments

Comments
 (0)