Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 10, 2024
1 parent b00207a commit c9bd7fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ PJ Fanning (@pjfanning)
block using `LRUMap` _writers instance
(2.14.2)
* Contributed #184: Use `ReentrantLock`s instead of synchronized blocks
(2.18.0)
(2.17.1)
* Contributed #187: 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:

#184: Use `ReentrantLock`s instead of synchronized blocks
(contributed by @pjfanning)
#187: Mark variables as volatile for safe concurrent access
(contributed by @pjfanning)

2.17.0 (12-Mar-2024)

Expand Down

0 comments on commit c9bd7fc

Please sign in to comment.