Take emoji into account when calculating nick hue

This commit is contained in:
Joscha 2023-01-20 19:12:10 +01:00
parent 94159e8cad
commit c15c05a64e
3 changed files with 16 additions and 3 deletions

View file

@ -21,6 +21,8 @@ Procedure when bumping the version number:
### Changed
- Rewrite `conn` module (backwards-imcompatible)
- Take emoji into account when calculating nick hue using `nick_hue` (backwards-incompatible)
- Rename `nick_hue` to `nick_hue_without_removing_emoji`
## v0.2.0 - 2022-12-10