Skip to content

Commit 5a095c9

Browse files
Fix format of CHANGELOG.md (bis)
1 parent eb9933b commit 5a095c9

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

CHANGELOG.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
1-
# v1.14.0
1+
# 1.14.0
22

33
* added PHP 8.0 polyfill
44

5-
# v1.13.2
5+
# 1.13.2
66

77
* use correct block size for SHA1 in `hash_pbkdf2()` polyfill
88
* fixed `mb_str_split()` ignoring new-line characters
99
* updated Unicode maps
1010

11-
# v1.13.1
11+
# 1.13.1
1212

1313
* fixed issues with the uuid polyfill
1414

15-
# v1.13.0
15+
# 1.13.0
1616

1717
* added polyfills for `uuid_*` functions
1818
* optimized `mb_str_split()`
1919
* fixed handling negative offsets for grapheme and mbstring functions
2020

21-
# v1.12.0
21+
# 1.12.0
2222

2323
* added PHP 7.4 polyfill
2424

25-
# v1.11.0
25+
# 1.11.0
2626

2727
* fixed support for IDN with trailing dot
2828
* added missing polyfill for `JsonException`
2929

30-
# v1.10.0
30+
# 1.10.0
3131

3232
* added polyfill for `idn_to_ascii()` and `idn_to_utf8()`
3333
* added polyfill for intl's `MessageFormatter`
3434
* prevented DoS via long passwords when using `hash_pbkdf2()` polyfill
3535
* duplicated `mb_ord()`, `mb_chr()` and `mb_scrub()` polyfills in the `php72` one
3636

37-
# v1.9.0
37+
# 1.9.0
3838

3939
* added polyfill for `hrtime()`
4040
* added polyfills for `array_key_first()` and `array_key_last()`
4141
* fixed infinite loop in `iconv()` polyfill when using translit mode
4242
* fixed converting to title case with mbstring polyfill
4343

44-
# v1.8.0
44+
# 1.8.0
4545

4646
* added PHP 7.3 polyfill
4747
* added polyfills for `ctype_*` functions
4848

49-
# v1.7.0
49+
# 1.7.0
5050

5151
* added logic to new stream functions on Windows (sapi_windows_vt100_support)
5252
* added polyfills for mb_*_numericentity
5353
* made translit/ignore flags order-insensitive
5454

55-
# v1.6.0
55+
# 1.6.0
5656

5757
* add `SessionUpdateTimestampHandlerInterface` in PHP 7.0 polyfill
5858
* fixed loading of Apcu polyfill when Zend Server's Data Cache is used
5959

60-
# v1.5.0
60+
# 1.5.0
6161

6262
* added polyfill for spl_object_id()
6363
* fixed apcu function when apc ones are polyfilled with Zend Server's Data Cache
6464
* added `PHP_OS_FAMILY` polyfill
6565

66-
# v1.4.0
66+
# 1.4.0
6767

6868
* added PHP 7.2 polyfill
6969

70-
# v1.3.1
70+
# 1.3.1
7171

7272
* added missing validation to mb_convert_case()
7373
* added missing PHP_INT_MIN constant
7474
* fixed iconv_substr(): Detected an illegal character in input string
7575
* provided APCUIterator for APCu 4.x users
7676

77-
# v1.3.0
77+
# 1.3.0
7878

7979
* added polyfill for `is_iterable()`
8080
* added polyfills for `mb_chr()`, `mb_ord()` and `mb_scrub()`
@@ -83,7 +83,7 @@
8383
* bypassed iconv for some charsets in mb_strlen
8484
* fixed `mb_convert_variables()` poylfill
8585

86-
# v1.2.0
86+
# 1.2.0
8787

8888
* bug #61 Normalizer::decompose() should reorder "recursive" combining chars (nicolas-grekas)
8989
* bug #59 Normalizer::recompose() should reset the last combining class on ASCII (nicolas-grekas)
@@ -93,22 +93,22 @@
9393
* feature #51 Use plain PHP for data maps to benefit from OPcache on PHP 5.6+ (nicolas-grekas)
9494
* bug #49 Fix hex2bin return null (fuhry, binwiederhier)
9595

96-
# v1.1.1
96+
# 1.1.1
9797

9898
* bug #40 [Apcu] Load APCUIterator only when APCIterator exists (nicolas-grekas)
9999
* bug #37 [Iconv] Fix wrong use in bootstrap.php (tucksaun)
100100
* bug #31 Fix class_uses polyfill (WouterJ)
101101

102-
# v1.1.0
102+
# 1.1.0
103103

104104
* feature #22 [APCu] A new polyfill for the legacy APC users (nicolas-grekas)
105105
* bug #28 [Php70] Workaround https://bugs.php.net/63206 (nicolas-grekas)
106106

107-
# v1.0.1
107+
# 1.0.1
108108

109109
* bug #14 ldap_escape does not encode leading/trailing spaces. (ChadSikorra)
110110
* bug #17 Fix #16 - gzopen() / gzopen64() - 32 bit builds of Ubuntu 14.04 (fisharebest)
111111

112-
# v1.0.0
112+
# 1.0.0
113113

114114
* Hello symfony/polyfill

0 commit comments

Comments
 (0)