Fixed CHANGELOG

This commit is contained in:
Luca Frosini 2020-06-19 12:15:19 +02:00
parent 24797135b0
commit cb963dd702
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1-4-3] [r4.23.0] - 2020-05-22
## [v1-4-3] [r4.23.0] - 2020-05-22
### Changed

View File

@ -238,7 +238,6 @@ public class CKANUser extends CKAN {
if(name.compareTo(getCKANUsername())==0) {
throw e;
}
}
}