Remove euphoxide:: prefix in changelog

This commit is contained in:
Joscha 2023-02-26 19:49:54 +01:00
parent aa6383c1cf
commit 5b4bf87506

View file

@ -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)