File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).
1212
1313### Fixed
1414
15+ ## 2.4.0 (2026-01-28)
16+
17+ ### Added
18+
19+ * Added support for Python 3.14.
20+ * Allow ` $PYTHONBREAKPOINT ` to affect ` runcall ` and ` post_mortem ` debugging.
21+ * (logging) Propagate ` **kwargs ` in conditional/rate-limited logging functions.
22+
23+ ### Changed
24+
25+ * Dropped support for Python 3.8 and 3.9.
26+ * (flags) Change internals of ` absl.flags.get_help_width() ` implementation.
27+ * (cleanup) Modernize Bazel setup with ` MODULE.bazel ` .
28+ * (cleanup) Modernize type annotations using Python 3.10+ features.
29+
30+ ### Fixed
31+
32+ * (flags) Fix duplicate flag definition when reloading a module.
33+ * (typechecking) Correct type signature of ` absltest.skipThisClass ` .
34+
1535## 2.3.1 (2025-07-03)
1636
1737### Changed
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '2.3.1 '
15+ __version__ = '2.4.0 '
You can’t perform that action at this time.
0 commit comments