# Features
- Allow formatting the contents of a Playground #14602
https://github.com/pharo-project/pharo/pull/14602
- Search strings without symbols using RB pattern matcher #14604
https://github.com/pharo-project/pharo/pull/14604
- Make unwind more flexible #14610
https://github.com/pharo-project/pharo/pull/14610
- Update Roassal version v1.03 #14615
https://github.com/pharo-project/pharo/pull/14615
# Fixes
- Make finalization registry entry removal O(1) #14068
https://github.com/pharo-project/pharo/pull/14068
- Fix check already-existing extension in Path>>withExtension: (fixes #14594)
#14595
https://github.com/pharo-project/pharo/pull/14595
- Use separate bind and listen primitives instead of combined listenOn:… family
#14593
https://github.com/pharo-project/pharo/pull/14593
- Monticello: try to fix flacky test #14606
https://github.com/pharo-project/pharo/pull/14606
- Monticello: avoid double loading of class definition #14609
https://github.com/pharo-project/pharo/pull/14609
- Kernel: Speedup #isObsolete #14608
https://github.com/pharo-project/pharo/pull/14608
# Font / Text Rendering
- Add ‘scale’ parameter for displaying strikeouts and underlines through fonts
#14574
https://github.com/pharo-project/pharo/pull/14574
- Fix FormCanvas string drawing to use the strikethrough color for displaying
the strikeout #14573
https://github.com/pharo-project/pharo/pull/14573
- Remove unused instance variables and methods from CharacterScanner and
RubCharacterScanner hierarchies #14572
https://github.com/pharo-project/pharo/pull/14572
# RPackage
- Increase usage of new API in MCOrganizationDefinition #14512
https://github.com/pharo-project/pharo/pull/14512
- RPackage: clean API of RPackage #14581
https://github.com/pharo-project/pharo/pull/14581
- Gofer: Remove update of categories #14584
https://github.com/pharo-project/pharo/pull/14584
- RPackage: simplify class removal #14579
https://github.com/pharo-project/pharo/pull/14579
- RPackage: Remove empty tag while removing its last class #14590
https://github.com/pharo-project/pharo/pull/14590
- RPackage: Remove in image users of MCOrganizationDefinition categories #14591
https://github.com/pharo-project/pharo/pull/14591
# Cleanup
- Reduce UIManager dependencies: #14601
https://github.com/pharo-project/pharo/pull/14601
- Remove UIManager dependencies! #581
https://github.com/pharo-spec/NewTools/pull/581
- Reduce UIManager (hidden) dependencies #1445
https://github.com/pharo-spec/Spec/pull/1445
- TestRunner removal #14607
https://github.com/pharo-project/pharo/pull/14607
- Metacello: Remove unused tests resources #14620
https://github.com/pharo-project/pharo/pull/14620
- Use new API of ClassFactoryForTestCase #571
https://github.com/pharo-spec/NewTools/pull/571
- One less + automatic rewriting #1447
https://github.com/pharo-spec/Spec/pull/1447