Skip to content

Commit

Permalink
Prepare 0.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Feb 24, 2017
1 parent b49e01e commit 9b2436b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

### Changed

### Deprecated

### Removed

## [0.1.0]

### Added
- Added `CpuList` implementation for Windows that returns CPU timing information
on a per CPU basis. #55
Expand All @@ -22,10 +32,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
`Win32_Process` WMI query is not available prior to Windows vista. On XP and
Windows 2003, this method returns `ErrNotImplemented`. #55

### Deprecated

### Removed

### Fixed
- Fixed value of `Mem.ActualFree` and `Mem.ActualUsed` on Windows. #49
- Fixed `ProcTime.StartTime` on Windows to report value in milliseconds since
Expand Down

0 comments on commit 9b2436b

Please sign in to comment.