Skip to content

Commit

Permalink
chore: updated info
Browse files Browse the repository at this point in the history
  • Loading branch information
m62624 committed Dec 23, 2023
1 parent 03299d3 commit 6bc97d5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.0] - 2023.12.23

### Fixed
- Fixed method for setting the start position of `stream` (set_start_position).
- Added fields to `Cargo.toml` to build documentation with all features
```
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
```

### Added
- Added `include_available_swap` method to include free swap partition/file in the calculation

### Changed
- Now when creating iterator/stream, only free RAM is considered by default.


## [1.0.0] - 2023.12.21

### Changed
Expand Down

0 comments on commit 6bc97d5

Please sign in to comment.