diff --git a/ChangeLog b/ChangeLog index 2ffc952f0..ff9794f8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ OpenContainers Specifications +Changes with v1.0.1: + + Minor fixes and documentation: + + * spec: Expand "OCI" in spec-title reference and add "Initiative" + (#900) + * config: Simplify title to "Configuration" (#901) + * config: Fix "procfs_2" -> "proc_2" link label (#906) + * config: Add a trailing period to the "cannot be mapped" rlimits + line (#915) + * config-linux: More specific documentation for weightDevice and + throttle* (#825) + * config-linux: Modify procfs to proc (#905) + * config-windows: Make maximum a uint16 (was a uint) (#891) + * runtime: Change "process in the container" -> "container + process" (#907) + * schema/config-schema: Use ArrayOfStrings in capabilities + properties. (#886) + * schema/config-linux: + s/throttleWriteIopsDevice/throttleWriteIOPSDevice/ (#899) + * schema/config-linux: add intelRdt field (#889) + * schema/config-solaris: Replaced refs with some fields + (cappedCPU.ncpus, etc.) (#892) + Changes with v1.0.0: Breaking changes: