We released Pharo11 this week! see
https://www.pharo.org/news/pharo11-released.html
# Pharo 11
- Fix welcomebrowser version #13691
https://github.com/pharo-project/pharo/pull/13691
- Backport fixe #13663: Enabling the setting ‘Show lines numbers for all
browsers #13665
https://github.com/pharo-project/pharo/pull/13665
- fix iceberg version for Pharo 11 #13655
https://github.com/pharo-project/pharo/pull/13655
- fix a bug with cmd+g usage #517
https://github.com/pharo-spec/NewTools/pull/517
- change spotter selection paste default #519
https://github.com/pharo-spec/NewTools/pull/519
# Pharo 12
## Fixes
- Improve some error logging #13689
https://github.com/pharo-project/pharo/pull/13689
- Enabling the setting ‘Show lines numbers for all browsers’ only shows line
numbers for the first method selected in a class #13663
https://github.com/pharo-project/pharo/issues/13663
## Variables
- Allow-Slots-Shadow-PseudoVariables #13704
https://github.com/pharo-project/pharo/pull/13704
- Simplify ReservedVariable: #styleNameIn and remove #nameIsReserved: #13701
https://github.com/pharo-project/pharo/pull/13701
- ReservedVariable: No need for Singleton #13688
https://github.com/pharo-project/pharo/pull/13688
- Added thisProcess pseudovariable using existing bytecode. #13661
https://github.com/pharo-project/pharo/pull/13661
## SystemOrganizer / RPackage
- Remove dead code in RPackageOrganizer default instance #13660
https://github.com/pharo-project/pharo/pull/13660
- Reduces the references to RPackageOrganizer class>>default #13666
https://github.com/pharo-project/pharo/pull/13666
- Move system organizer to RPackage and remove references #13677
https://github.com/pharo-project/pharo/pull/13677
- Remove SystemOrganizer #13690
https://github.com/pharo-project/pharo/pull/13690
- Use Smalltalk organization in DependencyAnalyzer #13671
https://github.com/pharo-project/pharo/pull/13671
## Protocols / Categories
- Do not classify silently methods #13650
https://github.com/pharo-project/pharo/pull/13650
- Start protocol announcements testing + add feature to Announcer #13649
https://github.com/pharo-project/pharo/pull/13649
- Deprecate ProtocolRenamed #13659
https://github.com/pharo-project/pharo/pull/13659
- Small cleanup on protocol cleaning #13642
https://github.com/pharo-project/pharo/pull/13642
- Rename Protocol class>>#name: into #named: #13670
https://github.com/pharo-project/pharo/pull/13670
- Use real protocol in recategorization mecanism #13669
https://github.com/pharo-project/pharo/pull/13669
- Introduce ClassDescription>>#protocolNames and start using it #13658
https://github.com/pharo-project/pharo/pull/13658
- Add some tests on protocol announcements #13706
https://github.com/pharo-project/pharo/pull/13706
- Removal of nonexisting protocol should not announce anything #13702
https://github.com/pharo-project/pharo/pull/13702
## Code Completion
- Completion autoclose menu #13647
https://github.com/pharo-project/pharo/pull/13647
- Completion: improve completion on super #13679
https://github.com/pharo-project/pharo/pull/13679
- Completion: replacement put caret at the right place #13683
https://github.com/pharo-project/pharo/pull/13683
- Completion mini fixes #13696
https://github.com/pharo-project/pharo/pull/13696
- Basic type analysis for better completion #13687
https://github.com/pharo-project/pharo/pull/13687
- More type analysis #13697
https://github.com/pharo-project/pharo/pull/13697
- CompletionEngine do not automatically open empty completion menus #13705
https://github.com/pharo-project/pharo/pull/13705
- NECPreferences remove leftover of captureNavigationKeys #13703
https://github.com/pharo-project/pharo/pull/13703
- Completion: better update #13700
https://github.com/pharo-project/pharo/pull/13700
- Completion browse with Ctrl-B #13699
https://github.com/pharo-project/pharo/pull/13699
## Cleanups
- Clean some code using better condition branches #13668
https://github.com/pharo-project/pharo/pull/13668
- Remove some duplication in image cleaner #13676
https://github.com/pharo-project/pharo/pull/13676
- Message: rename ivar "args" to "arguments #13654
https://github.com/pharo-project/pharo/pull/13654
- Cleanup: Metacello-Platform #13682
https://github.com/pharo-project/pharo/pull/13682
- remove MetacelloPharo30Platform from 01-loadMetacello.st #13684
https://github.com/pharo-project/pharo/pull/13684
- Clean monticello class definition management #13680
https://github.com/pharo-project/pharo/pull/13680