# DevTools 2.28.5 release notes

> Release notes for Dart and Flutter DevTools version 2.28.5.



The 2.28.5 release of the Dart and Flutter DevTools
includes the following changes among other general improvements.
To learn more about DevTools, check out the
[DevTools overview](https://docs.flutter.dev/tools/devtools).

This was a cherry-pick release on top of DevTools 2.28.4.
To learn about the improvements included in DevTools 2.28.4, please read the
[release notes](/tools/devtools/release-notes/release-notes-2.28.4).

## Inspector updates

* Only cache pub root directories added by the user. - [#6897](https://github.com/flutter/devtools/pull/6897)

* Remove Flutter pub root if it was accidently cached. - [#6911](https://github.com/flutter/devtools/pull/6911)

## DevTools Extension updates

* Fixed a couple bugs preventing Dart server apps from connecting to DevTools extensions. - [#6982](https://github.com/flutter/devtools/pull/6982), [#6993](https://github.com/flutter/devtools/pull/6993)

## Full commit history

To find a complete list of changes in this release, check out the
[DevTools git log](https://github.com/flutter/devtools/tree/v2.28.5).

