diff --git a/CHANGES.md b/CHANGES.md index e19043d..ddce492 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +v4.1.0 2021-01-04 +----------------- + +* `uri-re` is deprecated, it is a legacy implementation that is now outdated. + `uri` should be used instead (@dinosaure, #152). +* Fix build system for cross-compilation (@TheLortex, #151). + v4.0.0 2020-01-01 -----------------