We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64db194 commit 85edbcbCopy full SHA for 85edbcb
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased Changes
4
5
+## 3.3.0 (2024-11-19)
6
+* Add flag around change to only call traceback() in connection listeners in `__DEV__` ([#98](https://github.com/Roblox/rodux/pull/98))
7
+* Only call traceback() in connection listeners in `__DEV__` ([#78](https://github.com/Roblox/rodux/pull/78))
8
+
9
## 3.2.0 (2023-11-17)
10
* Add makeThunkMiddleware to inject custom argument ([#94](https://github.com/Roblox/rodux/pull/94)).
11
rotriever.toml
@@ -3,4 +3,4 @@ name = "Rodux"
authors = ["Roblox"]
license = "Apache-2.0"
content_root = "src"
-version = "3.2.0"
+version = "3.3.0"
0 commit comments