Skip to content

Commit 5559071

Browse files
committed
Better CHANGELOG.md
1 parent 5158faa commit 5559071

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ All notable changes to this project will be documented in this file.
44
## 1.2.2 - 2026-02-23
55

66
### Added
7-
- Ruby 4.0 support in CI.
7+
- Ruby 4.0 support.
88

99
### Deprecated
1010
- Nothing.
1111

1212
### Removed
1313
- Unused `IMAGE_SIZE_REGEXP` constant.
1414
- Dead `skip_friends` and `skip_image_info` options (Google+ was shut down in 2019).
15-
- `CGI.parse` dependency replaced with `URI.decode_www_form` for Ruby 4.0 compatibility.
1615

1716
### Fixed
17+
- Replaced `CGI.parse` with `URI.decode_www_form` for Ruby 4.0 compatibility.
1818
- Updated gemspec description to reference OmniAuth instead of OmniAuth 1.x.
1919
- Modernized CI: bumped actions/checkout to v6, rake to 13.3, and rubocop to latest.
20+
- Added edge case tests for `uid`, `strip_unnecessary_query_parameters`, `verify_token`, `verify_hd` wildcard, and malformed JSON handling.
2021

2122
## 1.2.1 - 2025-01-18
2223

0 commit comments

Comments
 (0)