File tree 7 files changed +7
-5
lines changed
utf8proc-0890a538bf8238cded9be0c81171f57e43f2c755.tar.gz
utf8proc-5c632c57426f2e4246e3b64dd2fd088d3920f9e5.tar.gz
7 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ New language features
20
20
` register_error_hint ` function. Packages that define custom exception types
21
21
can support hints by calling ` show_error_hints ` from their ` showerror ` method. ([ #35094 ] )
22
22
23
+ * Support for Unicode 13.0.0 (via utf8proc 2.5) ([ #35282 ] ).
24
+
23
25
Language changes
24
26
----------------
25
27
Original file line number Diff line number Diff line change
1
+ 2e1fd70d1580d6a950bd30118c3cd1df
Original file line number Diff line number Diff line change
1
+ 95d6dba2bbdfc5003f6d21fd02c926c7db9661895010041aacee55fa11dc2524bcffaa90965e2a9a8f2a9e49e93ec7572d6a4de6d5d9f9e075b787537864ea20
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- UTF8PROC_BRANCH=v2.4 .0
2
- UTF8PROC_SHA1=5c632c57426f2e4246e3b64dd2fd088d3920f9e5
1
+ UTF8PROC_BRANCH=v2.5 .0
2
+ UTF8PROC_SHA1=0890a538bf8238cded9be0c81171f57e43f2c755
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ DOCUMENTER_OPTIONS := linkcheck=$(linkcheck) doctest=$(doctest) buildroot=$(call
26
26
27
27
$(SRCCACHE ) /UnicodeData.txt :
28
28
@mkdir -p " $( SRCCACHE) "
29
- $(JLDOWNLOAD ) " $@ " http://www.unicode.org/Public/9 .0.0/ucd/UnicodeData.txt
29
+ $(JLDOWNLOAD ) " $@ " http://www.unicode.org/Public/13 .0.0/ucd/UnicodeData.txt
30
30
31
31
deps : $(SRCCACHE ) /UnicodeData.txt
32
32
$(JLCHECKSUM ) " $<"
You can’t perform that action at this time.
0 commit comments