File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,10 @@ some other tool if you want to process the data further.
204204ChangeLog
205205---------
206206
207+ ### 2.5.1 (2022-05-09)
208+
209+ - Fix build on Go 1.17 and earlier.
210+
207211### 2.5.0 (2022-05-03)
208212
209213- Add support for properties; they can be displayed with `%(props)` in
Original file line number Diff line number Diff line change @@ -445,7 +445,11 @@ some other tool if you want to process the data further.
445445ChangeLog
446446---------
447447
448- ### 2.5.0 (unreleased)
448+ ### 2.5.1 (2022-05-09)
449+
450+ - Fix build on Go 1.17 and earlier.
451+
452+ ### 2.5.0 (2022-05-03)
449453
450454- Add support for properties; they can be displayed with ` %(props) ` in
451455 ` -format ` , and selected in ` print ` (e.g. ` uni print dash ` ).
@@ -598,7 +602,7 @@ Development
598602
599603Re-generate the Unicode data with ` go generate unidata ` . Files are cached in
600604` unidata/.cache ` , so clear that if you want to update the files from remote.
601- This requires zsh and GNU awk (gawk)
605+ This requires zsh and GNU awk (gawk).
602606
603607Alternatives
604608------------
You can’t perform that action at this time.
0 commit comments