Remove euphoxide:: prefix in changelog
This commit is contained in:
parent
aa6383c1cf
commit
5b4bf87506
1 changed files with 12 additions and 12 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -25,29 +25,29 @@ Procedure when bumping the version number:
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `bot` feature
|
- `bot` feature
|
||||||
- `euphoxide::bot` module (enable the `bot` feature to use)
|
- `bot` module (enable the `bot` feature to use)
|
||||||
- `euphoxide::Emoji` for finding, replacing and removing colon-delimited emoji in text
|
- `Emoji` for finding, replacing and removing colon-delimited emoji in text
|
||||||
- `euphoxide::api::Time::new`
|
- `api::Time::new`
|
||||||
- `euphoxide::nick::hue`
|
- `nick::hue`
|
||||||
- `euphoxide::nick::mention`
|
- `nick::mention`
|
||||||
- `euphoxide::nick::normalize`
|
- `nick::normalize`
|
||||||
- Debug logging using the `log` crate
|
- Debug logging using the `log` crate
|
||||||
- `testbot_instance` example using the new `euphoxide::bot::instance::Instance`
|
- `testbot_instance` example using the new `bot::instance::Instance`
|
||||||
- VSCode project settings
|
- VSCode project settings
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- `euphoxide::conn` module redesigned and rewritten (backwards-incompatible)
|
- `conn` module redesigned and rewritten (backwards-incompatible)
|
||||||
- `euphoxide::nick_hue` moved to `euphoxide::nick::hue_without_removing_emoji`
|
- `nick_hue` moved to `nick::hue_without_removing_emoji`
|
||||||
- Renamed `testbot` example to `testbot_manual`
|
- Renamed `testbot` example to `testbot_manual`
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- `euphoxide::connect` (see `euphoxide::conn::Conn::connect`)
|
- `connect` (see `conn::Conn::connect`)
|
||||||
- `euphoxide::wrap` (see `euphoxide::conn::Conn::wrap`)
|
- `wrap` (see `conn::Conn::wrap`)
|
||||||
|
|
||||||
## v0.2.0 - 2022-12-10
|
## v0.2.0 - 2022-12-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `euphoxide::connect`
|
- `connect`
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Updated dependencies (backwards-incompatible)
|
- Updated dependencies (backwards-incompatible)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue