Skip to content

Conversation

@nikita-masalov
Copy link
Contributor

Summary

  • Resolved Git merge conflict markers in CHANGELOG.md
  • Properly organized the Unreleased section with separate Added and Fixed subsections
  • Consolidated all pending fixes into a properly formatted changelog entry

Changes

  • Removed <<<<<<< HEAD, =======, and >>>>>>> origin/master conflict markers
  • Restructured Unreleased section to follow Keep a Changelog format
  • Combined all three bug fixes from conflicting branches into the Fixed section
  • Moved is_archived field addition to proper Added section

Test plan

  • Verified CHANGELOG.md is now properly formatted
  • Confirmed all changes from conflicting branches are preserved
  • Validated the file follows Keep a Changelog conventions

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings November 18, 2025 14:13
@nikita-masalov nikita-masalov requested a review from a team as a code owner November 18, 2025 14:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR resolves Git merge conflicts in the CHANGELOG.md file by removing conflict markers and properly organizing the Unreleased section according to Keep a Changelog format.

Key Changes:

  • Removed Git conflict markers (<<<<<<<, =======, >>>>>>>)
  • Reorganized Unreleased section with proper subsections (Added and Fixed)
  • Consolidated four bug fixes into the Fixed subsection

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- 14.3.3: nullable Field and Roles schemas fix
- 14.3.2: filesApi.downloadFile fix
- 14.3.1: FieldResponse schema fix (GetField)
- 14.3.0: is_archived field addition
- 14.2.1: OAuth v2 Configuration fix

Resolved merge conflicts and distributed all changes to their correct versions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@nikita-masalov nikita-masalov merged commit 2c3e560 into master Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants