Skip to content

Commit

Permalink
Fix grammar in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Jan 7, 2024
1 parent d758fd4 commit cf10100
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ Version 12.0.0
--------------

- Python 3.8 and 3.9 are no longer supported.
- Added support for field aliases. See docs for more information.
- Added method ``calver`` for ``Development``.
- Added method ``stage`` for ``Development``.
- Added method ``country_emoji_flag`` for ``Address``.
- Removed method ``hashtags`` of the ``Internet`` provider. Use method ``words`` of the ``Text`` provider instead.
- Removed parameter ``providers`` for ``Field`` and ``Fieldset``. Use custom field handlers instead.
- Removed parameters ``pre_release`` and ``calver`` for ``Development.version``. Use methods ``stage`` and ``calver`` instead.
- Moved method ``emoji`` of the ``Internet`` provider to the ``Text`` provider.
- Moved method ``dsn`` of the ``Development`` provider to the ``Internet`` provider.
- The ``Text().emoji()`` method now supports the ``category`` parameter and ``EmojiCategory`` enum. Also it return emoji instead of emoji shortcut string.
- Added decorator ``@handle`` for ``Field`` and ``Fieldset`` to register custom fields.
- Renamed ``register_field`` to ``register_handler`` for `Field` and `Fieldset`.
- Renamed ``register_fields`` to ``register_handlers`` for `Field` and `Fieldset`.
- Renamed ``unregister_field`` to ``unregister_handler`` for `Field` and `Fieldset`.
- Renamed ``unregister_fields`` to ``unregister_handlers`` for `Field` and `Fieldset`.
- Renamed ``unregister_all_fields`` to ``unregister_all_handlers`` for `Field` and `Fieldset`.
- Added support for field aliases. See the docs for more information.
- Added the method `calver` for `Development`.
- Added the method `stage` for `Development`.
- Added the method `country_emoji_flag` for `Address`.
- Removed the method `hashtags` from the `Internet` provider. Use the `words` method from the `Text` provider instead.
- Removed the `providers` parameter for `Field` and `Fieldset`. Use custom field handlers instead.
- Removed the parameters `pre_release` and `calver` for `Development.version`. Use the `stage` and `calver` methods instead.
- Moved the method `emoji` from the `Internet` provider to the `Text` provider.
- Moved the method `dsn` from the `Development` provider to the `Internet` provider.
- The `Text().emoji()` method now supports the `category` parameter and `EmojiCategory` enum. It also returns an emoji instead of an emoji shortcut string.
- Added the decorator `@handle` for `Field` and `Fieldset` to register custom fields.
- Renamed `register_field` to `register_handler` for `Field` and `Fieldset`.
- Renamed `register_fields` to `register_handlers` for `Field` and `Fieldset`.
- Renamed `unregister_field` to `unregister_handler` for `Field` and `Fieldset`.
- Renamed `unregister_fields` to `unregister_handlers` for `Field` and `Fieldset`.
- Renamed `unregister_all_fields` to `unregister_all_handlers` for `Field` and `Fieldset`.


Version 11.0.0
Expand Down

0 comments on commit cf10100

Please sign in to comment.