Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
stm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
stm
Commits
92b80b26
Commit
92b80b26
authored
1 year ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
Release 0.5.2.0
parent
fd658f50
No related branches found
Branches containing commit
Tags
v2.5.2.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.md
+6
-3
6 additions, 3 deletions
changelog.md
stm.cabal
+1
-1
1 addition, 1 deletion
stm.cabal
with
7 additions
and
4 deletions
changelog.md
+
6
−
3
View file @
92b80b26
# Changelog for [`stm` package](http://hackage.haskell.org/package/stm)
##
Upcoming
##
2.5.2.0 *September 2023*
*
Fix strictness of
`stateTVar`
(
[
#69
](
https://github.com/haskell/stm/pull/69
)
)
*
Rewrite
`TBQueue`
to use arrays (
[
#70
](
https://github.com/haskell/stm/pull/70
)
)
*
Fix strictness of
`stateTVar`
(
[
#30
](
https://github.com/haskell/stm/ssues/30
)
)
*
Rewrite
`TBQueue`
to use a more-efficient array-based representation (
[
#65
](
https://github.com/haskell/stm/issues/65
)
)
*
`newTBQueue 0`
now fails as one would expect (
[
#28
](
https://github.com/haskell/stm/issues/28
)
)
*
Add
`capacityTBQueue`
(
[
#61
](
https://github.com/haskell/stm/issues/61
)
)
*
Add
`MArray TArray e IO`
instance
*
Use unlifted
`Array#`
for
`TArray`
(
[
#66
](
https://github.com/haskell/stm/pull/66
)
)
## 2.5.1.0 *Aug 2022*
...
...
This diff is collapsed.
Click to expand it.
stm.cabal
+
1
−
1
View file @
92b80b26
cabal-version: >=1.10
name: stm
version: 2.5.
1
.0
version: 2.5.
2
.0
-- don't forget to update changelog.md file!
license: BSD3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment