- Fix unsupported devices for filesystem. [#159](https://github.com/elastic/gosigar/pull/159)
## [0.14.0]
### Addded
- Add darwin ARM support. [#152](https://github.com/elastic/gosigar/pull/152)
## [0.13.0]
### Added
- Add method of overriding the /sys/fs/cgroup hierarchy, for reading cgroup metrics inside Docker [#148](https://github.com/elastic/gosigar/pull/148)
## [0.12.0]
### Added
- Add `Cached` data to Memory [#145](https://github.com/elastic/gosigar/pull/145)
- Add `SysTypeName` support on Windows [#146](https://github.com/elastic/gosigar/pull/146)
## [0.11.0]
### Added
- Added support for AIX. [#133](https://github.com/elastic/gosigar/pull/133)
### Fixed
- Fixed the `ss` example by replacing the Logrus package with the stdlib `log` package. [#123](https://github.com/elastic/gosigar/issues/123) [#136](https://github.com/elastic/gosigar/pull/136)
- Replaced `bytePtrToString` and cleaned up darwin code. [#138](https://github.com/elastic/gosigar/issues/138) [#141](https://github.com/elastic/gosigar/pull/141)
## [0.10.5]
### Fixed
- Fixed uptime calculation under Windows. [#126](https://github.com/elastic/gosigar/pull/126)
- Fixed compilation issue for darwin/386. [#128](https://github.com/elastic/gosigar/pull/128)
### Changed
- Load DLLs only from Windows system directory. [#132](https://github.com/elastic/gosigar/pull/132)
## [0.10.4]
### Fixed
- Fixed a crash when splitting command-line arguments under Windows. [#124](https://github.com/elastic/gosigar/pull/124)
## [0.10.3]
### Fixed
- ProcState.Get() doesn't fail under Windows when it cannot obtain process ownership information. [#121](https://github.com/elastic/gosigar/pull/121)
## [0.10.2]
### Fixed
- Fix memory leak when getting process arguments. [#119](https://github.com/elastic/gosigar/pull/119)
## [0.10.1]
### Fixed
- Replaced the WMI queries with win32 apis due to high CPU usage. [#116](https://github.com/elastic/gosigar/pull/116)
## [0.10.0]
### Added
- List filesystems on Windows that have an access path but not an assigned letter. [#112](https://github.com/elastic/gosigar/pull/112)
### Fixed
- Added missing runtime import for FreeBSD. [#104](https://github.com/elastic/gosigar/pull/104)
- Handle nil command line in Windows processes. [#110](https://github.com/elastic/gosigar/pull/110)
## [0.9.0]
### Added
- Added support for huge TLB pages on Linux [#97](https://github.com/elastic/gosigar/pull/97)
- Added support for big endian platform [#100](https://github.com/elastic/gosigar/pull/100)
### Fixed
- Add missing method for OpenBSD [#99](https://github.com/elastic/gosigar/pull/99)
## [0.8.0]
### Added
- Added partial `getrusage` support for Windows to retrieve system CPU time and user CPU time. [#95](https://github.com/elastic/gosigar/pull/95)
- Added full `getrusage` support for Unix. [#95](https://github.com/elastic/gosigar/pull/95)
## [0.7.0]
### Added
- Added method stubs for process handling for operating system that are not supported
by gosigar. All methods return `ErrNotImplemented` on such systems. [#88](https://github.com/elastic/gosigar/pull/88)
### Fixed
- Fix freebsd build by using the common version of Get(pid). [#91](https://github.com/elastic/gosigar/pull/91)
### Changed
- Fixed issues in cgroup package by adding missing error checks and closing