diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be04fba1b4de9db94cdd54ae87988894df78d22..9ada8c66965908882e411886baf3d106cfd12f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added csrf inputs in template forms. +### Removed + +- Removed data requests. +- Usage of global context variable `c` where possible. + ### Changed - Updated minimum CKAN version requirement from `2.9` to `2.10`. Please run `ckan db upgrade` after updating.