mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-08 16:20:02 +00:00
[ci] Prepare changelog for 3.x release
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
af38aaa5e4
commit
618b241140
1 changed files with 18 additions and 0 deletions
18
History.md
18
History.md
|
@ -1,3 +1,21 @@
|
||||||
|
# 3.0.0 / Unreleased
|
||||||
|
|
||||||
|
**⚠ Breaking Changes:**
|
||||||
|
- Backend storage format has been switched from JSON-file to database. Migrations must be run before use of `v3.x` version. See [README](https://github.com/Luzifer/twitch-bot#upgrade-from-v2x-to-v3x) for instructions.
|
||||||
|
- Some template function have been migrated to a new function collection. See [migration section of Templating documentation](https://github.com/Luzifer/twitch-bot/wiki/Templating#upgrade-from-v2x-to-v3x) for required changes.
|
||||||
|
|
||||||
|
**Changelog:**
|
||||||
|
|
||||||
|
* New Features
|
||||||
|
* [templating] Add jsonAPI template function
|
||||||
|
|
||||||
|
* Improvements
|
||||||
|
* ⚠ [core] Move storage to SQLite database (#30)
|
||||||
|
* [core] Allow to pass ID to channel modification
|
||||||
|
* ⚠ [templating] Add sprig functions, replace some built-ins
|
||||||
|
|
||||||
|
* Bugfixes
|
||||||
|
|
||||||
# 2.7.1 / 2022-09-06
|
# 2.7.1 / 2022-09-06
|
||||||
|
|
||||||
Bugfix release, repeating `v2.7.0` changelog as of broken release.
|
Bugfix release, repeating `v2.7.0` changelog as of broken release.
|
||||||
|
|
Loading…
Reference in a new issue