aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-09-05 17:59:28 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-05 17:59:28 +0530
commitc40e50274ec326d29d3373fa3b346b1f29cf8b95 (patch)
tree1a652c89551c2120eec57c2d7e7e19bd3c86ed83 /CHANGELOG.md
parentdocs: Updated CHANGELOG.md [skip ci] (diff)
downloadferdium-app-c40e50274ec326d29d3373fa3b346b1f29cf8b95.tar.gz
ferdium-app-c40e50274ec326d29d3373fa3b346b1f29cf8b95.tar.zst
ferdium-app-c40e50274ec326d29d3373fa3b346b1f29cf8b95.zip
Expose some functions to the recipe child processes (#1869)
* chore: expose some functions to the recipe child processes so as to bypass the need for the recipe to require '@electron/remote'
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8676dc3ab..56d6af379 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
1# [v5.6.1-nightly.51](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.50...v5.6.1-nightly.51) (2021-09-06)
2
3### Internal
4
5- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & getferdi/recipes#674) 💖 @vraravam
6
1# [v5.6.1-nightly.50](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.48...v5.6.1-nightly.50) (2021-09-05) 7# [v5.6.1-nightly.50](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.48...v5.6.1-nightly.50) (2021-09-05)
2 8
3### Bug Fixes 9### Bug Fixes