Skip to content

Commit

Permalink
move change entry to docs, add link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyin Zhong committed May 27, 2020
1 parent c4f9e96 commit fa6a3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
- `SHOW_WINDOW` and `CLOSE_WINDOW` commands now only use `Target` to determine the affected window. ([#928] by [@finnerale])
- Replaced `NEW_WINDOW`, `SET_MENU` and `SHOW_CONTEXT_MENU` commands with methods on `EventCtx` and `DelegateCtx`. ([#931] by [@finnerale])
- Replaced `Command::one_shot` and `::take_object` with a `SingleUse` payload wrapper type. ([#959] by [@finnerale])
- Fixed menu inconsistency across multiple windows in the multiwin example. ([#926] by [@kindlychung])

### Deprecated

Expand Down Expand Up @@ -131,6 +130,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
- Added a changelog containing development since the 0.5 release. ([#889] by [@finnerale])
- Removed references to cairo on macOS. ([#943] by [@xStrom])
- Updated screenshots in `README.md`. ([#967] by [@xStrom])
- Fixed menu inconsistency across multiple windows in the multiwin example. ([#926] by [@kindlychung])

### Maintenance

Expand Down Expand Up @@ -210,6 +210,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
[#920]: https://github.com/xi-editor/druid/pull/920
[#924]: https://github.com/xi-editor/druid/pull/924
[#925]: https://github.com/xi-editor/druid/pull/925
[#926]: https://github.com/xi-editor/druid/pull/926
[#928]: https://github.com/xi-editor/druid/pull/928
[#930]: https://github.com/xi-editor/druid/pull/930
[#931]: https://github.com/xi-editor/druid/pull/931
Expand Down

0 comments on commit fa6a3b1

Please sign in to comment.