Make changelog more detailed

This commit is contained in:
Joscha 2023-01-23 18:37:11 +01:00
parent 24e2da9fd3
commit 6660313200

View file

@ -14,16 +14,24 @@ Procedure when bumping the version number:
## Unreleased ## Unreleased
### Added ### Added
- `bot` submodule (enable the `bot` feature to use) - `bot` feature
- `Emoji` struct for finding replacing and removing emoji in text - `euphoxide::bot` module (enable the `bot` feature to use)
- `State` conversion utility methods - `euphoxide::Emoji` for finding, replacing and removing colon-delimited emoji in text
- `Time::new` constructor - `euphoxide::api::Time::new`
- `euphoxide::nick_hue_without_removing_emoji`
- Debug logging using the `log` crate - Debug logging using the `log` crate
- `testbot_instance` example using the new `euphoxide::bot::instance::Instance`
- VSCode project settings
### Changed ### Changed
- Rewrite `conn` module (backwards-imcompatible) - `euphoxide::conn` module redesigned and rewritten (backwards-incompatible)
- Take emoji into account when calculating nick hue using `nick_hue` (backwards-incompatible) - `euphoxide::nick_hue` takes emoji into account (backwards-incompatible)
- Rename `nick_hue` to `nick_hue_without_removing_emoji` - `euphoxide::nick_hue_without_removing_emoji` has the old behaviour
- Renamed `testbot` example to `testbot_manual`
### Removed
- `euphoxide::connect` (see `euphoxide::conn::Conn::connect`)
- `euphoxide::wrap` (see `euphoxide::conn::Conn::wrap`)
## v0.2.0 - 2022-12-10 ## v0.2.0 - 2022-12-10