Skip to content

Commit df3f18d

Browse files
committed
Add BC breaking notes to changelog.
[skip ci]
1 parent e9f02c4 commit df3f18d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
33

4+
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
5+
46
## [Unreleased]
57
### Added
68
### Changed
@@ -14,7 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1416
- Ability to define custom valid IPs to access webhook.
1517
- Execute commands via cron, using `cron` action and `g` parameter.
1618
### Changed
17-
- Remodelled the config array to a more flexible structure.
19+
- [:exclamation:][0.44.0-bc-parameter-structure] Remodelled the parameter array to a more flexible structure.
1820
- `bot_username` and `secret` are no longer vital parameters.
1921
### Fixed
2022
- Initialise loggers before anything else, to allow logging of all errors.
@@ -74,3 +76,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
7476
## [0.1] - 2016-08-20
7577
### Added
7678
- First minor version that contains the basic functionality.
79+
80+
[0.44.0-bc-parameter-structure]: https://github.com/php-telegram-bot/telegram-bot-manager/wiki/Breaking-backwards-compatibility#parameter-structure-changed "Parameter structure changed"

0 commit comments

Comments
 (0)