Fixed CHANGELOG
This commit is contained in:
parent
24797135b0
commit
cb963dd702
|
@ -3,7 +3,7 @@
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
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
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -238,7 +238,6 @@ public class CKANUser extends CKAN {
|
||||||
if(name.compareTo(getCKANUsername())==0) {
|
if(name.compareTo(getCKANUsername())==0) {
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue