Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 3cc817d

Browse files
committed
add CHANGELOG.md
1 parent 3102d62 commit 3cc817d

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
5+
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
8+
## [Unreleased]
9+
### Added
10+
- Better tests using PacketMockManager
11+
- Test on 2.7 and 3.[3-6]
12+
- Changelog
13+
14+
### Changed
15+
- Use tox for testing
16+
17+
## [1.35] - 2017-08-04
18+
### Fixed
19+
- Some tests were broken
20+
21+
## [1.35]
22+
### Added
23+
- `public_ipv4_subnet_size`
24+
25+
## [1.34] - 2017-08-04
26+
### Added
27+
- Custom iPXE and `always_pxe` setting
28+
- Volume coloning
29+
- Device Tags
30+
31+
### Fixed
32+
- Handling of error messages from api response
33+
34+
## [1.33] - 2017-03-15
35+
### Fixed
36+
- Default payment method

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ Copyright
102102
---------
103103

104104
Copyright (c) 2017 Packet Host. See [License](https://github.com/packethost/packet-python/LICENSE.txt) for further details.
105+
106+
Changes
107+
-------
108+
109+
See the [Changelog](https://github.com/packethost/packet-python/CHANGES.md) for further details.

0 commit comments

Comments
 (0)