Skip to content

Commit

Permalink
Mark parse() change as breaking in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Mar 9, 2020
1 parent 7289cf7 commit 684be89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
v0.7.0 (in development)
-----------------------
- `parse()` now accepts strings as input
- `parse()` now returns a generator of custom objects instead of triples of
strings
- **Breaking**: `parse()` now returns a generator of custom objects instead of
triples of strings
- Gave `PropertiesFile` a settable `timestamp` property
- Gave `PropertiesFile` a settable `header_comment` property
- Handle unescaping surrogate pairs on narrow Python builds
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Changelog
v0.7.0 (in development)
-----------------------
- `parse()` now accepts strings as input
- `parse()` now returns a generator of custom objects instead of triples of
strings
- **Breaking**: `parse()` now returns a generator of custom objects instead of
triples of strings
- Gave `PropertiesFile` a settable `~PropertiesFile.timestamp` property
- Gave `PropertiesFile` a settable `~PropertiesFile.header_comment` property
- Handle unescaping surrogate pairs on narrow Python builds
Expand Down

0 comments on commit 684be89

Please sign in to comment.