Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Mar 2, 2024
1 parent 82c58fa commit f557b02
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add more helper methods to `Value`
- Add some unit tests

### Changed

- **BREAKING**: Rename `Value::to_str` to `Value::to_text`

### Fixed

- Fix lists with more than 2 items not being parsed correctly ([#2](https://github.com/d-k-bo/webdav-rs/issues/2))

## [0.1.0] - 2024-02-15

[Unreleased]: https://github.com/d-k-bo/webdav-rs/compare/v0.1.0...HEAD
Expand Down

0 comments on commit f557b02

Please sign in to comment.