Skip to content

Commit

Permalink
Add missing changelog entries for upcoming release.
Browse files Browse the repository at this point in the history
* Note that there's a minimum bazel version required
* Note the fixed github issues
* Add category tag to prior mark_bool_flags_as_mutual_exclusive entry.

PiperOrigin-RevId: 238040898
  • Loading branch information
rickeylev authored and copybara-github committed Mar 12, 2019
1 parent 23f309e commit 46d7779
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions absl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com).

### Added

* `flags.mark_bool_flags_as_mutual_exclusive`: convenience function to check
that only one, or at most one, flag among a set of boolean flags are True.
* (flags) `flags.mark_bool_flags_as_mutual_exclusive`: convenience function to
check that only one, or at most one, flag among a set of boolean flags are
True.

### Changed

* (bazel) Bazel 0.23+ or 0.22+ is now required for building/testing.
Specifically, a Bazel version that supports
`@bazel_tools//tools/python:python_version` for selecting the Python
version.

### Fixed

* #94: LICENSE files are now included in sdist.
* #93: Change log added.

## 0.7.0 (2019-01-11)

Expand Down

0 comments on commit 46d7779

Please sign in to comment.