Compare commits

...

2 Commits

Author SHA1 Message Date
Andrey Antukh
6e3673136a 📎 Update changelog 2025-04-09 09:19:05 +02:00
Andrey Antukh
ea6f0abf7c 🐛 Fix regresion on features calculate method on workspace load 2025-04-07 14:32:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# CHANGELOG
## 2.6.0 (Unreleased)
## 2.6.0
### :rocket: Epics and highlights

View File

@@ -31,7 +31,7 @@
(let [team (dm/get-in state [:teams team-id])]
(-> global-enabled-features
(set/union (get state :features-runtime #{}))
(set/difference cfeat/no-migration-features)
(set/intersection cfeat/no-migration-features)
(set/union (get team :features)))))
(defn active-feature?