From 5b9ee1dd36ffe82910725324313a874828a8e85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Thu, 7 Apr 2022 21:46:24 +0200 Subject: [PATCH] Add missing changelog entries --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66ef235..d56f8ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ link query parameters. PR [1301](https://github.com/activerecord-hackery/ransack/pull/1301) +* Fix "Edit this page" links in documentation site + PR [1303](https://github.com/activerecord-hackery/ransack/pull/1303) + +* Auto deploy documentation site after merging PRs + PR [1302](https://github.com/activerecord-hackery/ransack/pull/1302) + +* Add list of former wiki contributors to documentation site + PR [1300](https://github.com/activerecord-hackery/ransack/pull/1300) + +* Reduce gem package size + PR [1297](https://github.com/activerecord-hackery/ransack/pull/1297) + ## 3.0.0 - 2022-03-30 * Move documentation into Docusaurus.