Skip to content

Commit

Permalink
Update release notes wr #28
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 10, 2024
1 parent 3d45dda commit 936b5ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ PJ Fanning (@pjfanning)
(2.14.2)
* Contributed #26: Replace synchronized blocks with `ReentrantLock`s
(2.17.1)
* Contributed #28: Mark variables as volatile for safe concurrent access
(2.17.1)

Steven Schlansker (@stevenschlansker)

Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Sub-modules:

#26: Replace synchronized blocks with `ReentrantLock`s
(contributed by @pjfanning)
#28: Mark variables as volatile for safe concurrent access
(contributed by @pjfanning)

2.17.0 (12-Mar-2024)

Expand Down

0 comments on commit 936b5ca

Please sign in to comment.