CHANGELOG
warning
This document has been translated using machine translation without human review.
The description of changes for each version consists of blocks: added, removed, changed, fixed. The order matters.
If there is no information for one of the blocks, that block is skipped.
In Russian
# История изменений
В этом файле содержатся все значимые изменения %НАЗВАНИЕ_ПРОЕКТА%.
## v1.0.0 (2025-09-23)
### Добавлено
* Добавлен метод `MethodName`.
### Удалено
* Удален устаревший метод `MethodName`.
### Изменено
* Изменено поведение метода `MethodName`.
### Исправлено
* Исправлена ошибка в работе метода `MethodName`.
English
# Change Log
All notable changes to this project will be documented in this file.
## v1.0.0 (2025-09-23)
### Added
* Added method `MethodName`.
### Removed
* Removed deprecated method `MethodName`.
### Changed
* The behavior of the `MethodName` method has been changed.
### Fixed
* Fixed bug in the `MethodName` method.