Skip to content

Commit

Permalink
Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Sep 14, 2024
1 parent 530241d commit 14cd82b
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
- `GetUpdatesCommand` don't throw exceptions anymore. It just logs them to a PSR logger instead.
- More docs are added

## 0.11.4

- Bugfix: IgnoredErrorHandler was not working

## 0.11.3

- Bugfix: `StateJson` didn't correctly set data when data is not a string
Expand All @@ -36,27 +40,3 @@
- Fix failed tests
- PhpUnit cache is removed from the repository
- Telegram Update variables are completely renamed from $request to $update

## 0.11.0

- `UserId` value object is removed. Using `string` instead.

## 0.11.1

- State management is added. Users now may use chat/user state in router rules and update handlers

## 0.11.2

- More PhpDocs for `StateRepositoryInterface` and `StateMiddleware`

## 0.11.3

- Bugfix: `StateJson` didn't correctly set data when data is not a string

## 0.11.4

- Bugfix: IgnoredErrorHandler was not working

## 0.12.0

Work in progress

0 comments on commit 14cd82b

Please sign in to comment.