Skip to content

Commit

Permalink
ChangeLog: add the v0.4.0 release notes
Browse files Browse the repository at this point in the history
This doesn't include everything but the highlights of the PRs and issues
closed.

Signed-off-by: Brandon Philips <brandon.philips@coreos.com>
  • Loading branch information
Brandon Philips committed Aug 10, 2016
1 parent 2bae0dc commit 7431439
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Open Container Initiative Image Format Specification

Changes with v0.4.0:

Additions:

* Go package added for types
https://godoc.org/github.com/opencontainers/image-spec/specs-go/v1 (#172)
* oci-image-tool: man page docs added
https://github.com/opencontainers/image-spec/tree/master/cmd/oci-image-tool/man
(#180)

Minor fixes and documentation:

* oci-image-tool: replace colon with hyphen to be windows friendly (#177)
* oci-image-tool: fix various bugs in extraction of images (#177)
* manifest: size as int64 allowing for huge containers (#153)
* manifest: move duplicate descriptions to reference descriptor doc (#167)
* serialization: explain opaques and their role (#171)

0 comments on commit 7431439

Please sign in to comment.