Skip to content

Commit

Permalink
support Unicode 14.0.0 (via utf8proc 2.7.0) (#43443)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Dec 17, 2021
1 parent 7855e85 commit 08aa0ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ New language features
* The default behavior of observing `@inbounds` declarations is now an option via `auto` in `--check-bounds=yes|no|auto` ([#41551])
* New function `eachsplit(str)` for iteratively performing `split(str)`.
* ``, ``, and `` are now allowed as identifier characters ([#42314]).
* Support for Unicode 14.0.0 ([#43443]).
* `try`-blocks can now optionally have an `else`-block which is executed right after the main body only if
no errors were thrown. ([#42211])

Expand Down
4 changes: 2 additions & 2 deletions deps/checksums/utf8proc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
utf8proc-3203baa7374d67132384e2830b2183c92351bffc.tar.gz/md5/e17d35ec76892e79e3ce45bb5e39e680
utf8proc-3203baa7374d67132384e2830b2183c92351bffc.tar.gz/sha512/912d51e5c2daf80865e862daba2971e3a77b224d40179225d5908385d2f7f543a92cd2d9b6cecacfab185d8bd8f2732cad7a9d217f25f1e10a77083fda74f0b5
utf8proc-8ca6144c85c165987cb1c5d8395c7314e13d4cd7.tar.gz/md5/af7d2e685f46ff6317fc4ab276bfade7
utf8proc-8ca6144c85c165987cb1c5d8395c7314e13d4cd7.tar.gz/sha512/0b1c839457755db6679057c99a7872e72e3f17d8535e1e173749e139050bcf10f2e9a9b9fadccabde644ffcc865cfb9396429fc31e5a5a383f95856a01ea98a2
4 changes: 2 additions & 2 deletions deps/utf8proc.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UTF8PROC_BRANCH=v2.6.1
UTF8PROC_SHA1=3203baa7374d67132384e2830b2183c92351bffc
UTF8PROC_BRANCH=v2.7.0
UTF8PROC_SHA1=8ca6144c85c165987cb1c5d8395c7314e13d4cd7

0 comments on commit 08aa0ac

Please sign in to comment.