diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 20:05:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-21 20:05:37 (GMT) |
commit | 92f8f5344db16cc6dbceca33ede7c04a413ae3c1 (patch) | |
tree | f656046ceee5e70be7423f3554b4fc82175ea3b9 | |
parent | 67f5810d8452df6c13ead8056851c390f0d12235 (diff) | |
download | hdf5-92f8f5344db16cc6dbceca33ede7c04a413ae3c1.zip hdf5-92f8f5344db16cc6dbceca33ede7c04a413ae3c1.tar.gz hdf5-92f8f5344db16cc6dbceca33ede7c04a413ae3c1.tar.bz2 |
[svn-r13369] Description:
Update release notes with note about removed restriction on
attribute size.
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index a09fc07..b577198 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -174,6 +174,8 @@ New Features Library: -------- + - Removed size restrictions on attributes, when using the "latest" + version of the file format. - QAK - 2007/02/21 - Relaxed restrictions on attribute operations to allow a file ID to be used as the "location ID". If a file ID is used, the attribute operation will occur on the root group of the file. |