1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00

Update Changelog for release 2.3.0

This commit is contained in:
rlanvin 2021-10-25 16:31:52 +02:00
parent 30f9170f3a
commit a7d7f993e6
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## [Unreleased]
## [2.3.0] - 2021-10-25
### Added
@ -13,6 +13,7 @@
- Fix Finnish translation [#94](https://github.com/rlanvin/php-rrule/issues/94)
- Update French translation
- Update German translation
- Fix compatibility with PHP 8.1 [#100](https://github.com/rlanvin/php-rrule/pull/100)
## [2.2.2] - 2021-01-09

View File

@ -61,8 +61,8 @@ The coding style is (mostly) PSR-2, but with tabs.
### Translation
Use ```./bin/review_translations.php --locale <locale>``` to print a list of examples using the locale specified (default is English).
Use ```./bin/review_translations.php --rule "<rule>"``` to test a specific rule in all available locales.
Use `./bin/review_translations.php --locale <locale>` to print a list of examples using the locale specified (default is English).
Use `./bin/review_translations.php --rule "<rule>"` to test a specific rule in all available locales.
## Note