Skip to content

Commit

Permalink
changelog edit
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 25, 2024
1 parent 438b197 commit b937a57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Jan 25, 2024
===================================
- STT has new deprecated methods in favor of methods that are friendlier to Ride-based applications.
- `STT yield: aNamedPartialToYield` is now `STT yieldUsing: aNamedPartialToYield`.
- `STT yield: aNamedPartialToYield on: aContext` is now `STT yield: aContext using: aNamedPartialToYield`.

Jan 23, 2024
===================================
- Added smalltalkCI
Expand Down

0 comments on commit b937a57

Please sign in to comment.