# Fixes
- Fixes for browsing a package from a repository using Calypso #16009
https://github.com/pharo-project/pharo/pull/16009
- add a missing method ClyOldMessageBrowserAdapter #16083
https://github.com/pharo-project/pharo/pull/16083
- Fix String method causing multiple problems #16081
https://github.com/pharo-project/pharo/pull/16081
- SycBrowseClassCommand fix for Browse to class in method editor #16066
https://github.com/pharo-project/pharo/pull/16066
- Deprecations from SUnit testcases should be raised #16036
https://github.com/pharo-project/pharo/pull/16036
- Fixing object class initialize #16033
https://github.com/pharo-project/pharo/pull/16033
- adding an ifEmpty guard in RubTextSegmentMorph>>#computeStraightVertices to
prevent a random CI crash #16016
https://github.com/pharo-project/pharo/pull/16016
# Enhancements
- Use newtools for progressbars #16075
https://github.com/pharo-project/pharo/pull/16075
- Expand the dependency analyzer roots by default #16074
https://github.com/pharo-project/pharo/pull/16074
- Rework MorphTreeMorph, MorphTreeNodeMorph and SimpleHierarchicalListMorph to
remove sends of #treeExpandedForm and #treeUnexpandedForm #16043
https://github.com/pharo-project/pharo/pull/16043
- Make FTBasicTreeListItem use a FormSet for the expand/collapse toggle #16037
https://github.com/pharo-project/pharo/pull/16037
- Move the call of the Deprecation>>transform to the Deprecation>>defaultAction
#16040
https://github.com/pharo-project/pharo/pull/16040
# Refactoring Engine
- Cleanup: RBMetaclass>>#realName: #16061
https://github.com/pharo-project/pharo/pull/16061
- Cleanup: small refactoring cleanups #16048
https://github.com/pharo-project/pharo/pull/16048
- Refactor: remaining preconditions #16044
https://github.com/pharo-project/pharo/pull/16044
- Refactor: rename preconditions of pacakge refactoring #16028
https://github.com/pharo-project/pharo/pull/16028
- Refactor: another pass on cleaning and splitting preconditions #16026
https://github.com/pharo-project/pharo/pull/16026
- Refactor: VariableRefactoring doesn't override preconditions #16023
https://github.com/pharo-project/pharo/pull/16023
- Refactor: change method name preconditions #16022
https://github.com/pharo-project/pharo/pull/16022
- Refactor refactoring preconditions #16020
https://github.com/pharo-project/pharo/pull/16020
# Cleanups
- Change #notNil into #isNotNil in Fuel test packages #16071
https://github.com/pharo-project/pharo/pull/16071
- Cleanup: Fix lint in MetaLinkAnonymousClassBuilderTest>>#testCompileC… #16063
https://github.com/pharo-project/pharo/pull/16063
- Replaced aCollection asOrderedCollection copy to OrderedCollection withAll:
aCollection #16032
https://github.com/pharo-project/pharo/pull/16032
- Add two tests for the class StringTest #16031
https://github.com/pharo-project/pharo/pull/16031
- Fix #16024 remove dead code #16025
https://github.com/pharo-project/pharo/pull/16025