summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-03-05 22:13:15 (GMT)
committerGitHub <noreply@github.com>2021-03-05 22:13:15 (GMT)
commit19b0ec7f17cd977238698fff0d21b1986dc27a54 (patch)
tree0f59d7d8a866f8ccc142111535b7e7386ae223c5 /release_docs
parent13c706d851935894db86ade76ccbea532917fcf4 (diff)
downloadhdf5-19b0ec7f17cd977238698fff0d21b1986dc27a54.zip
hdf5-19b0ec7f17cd977238698fff0d21b1986dc27a54.tar.gz
hdf5-19b0ec7f17cd977238698fff0d21b1986dc27a54.tar.bz2
1 12 Merge #380 from develop (#438)
* OESS-98 fix tools test for plugins * sync fork * Merge of changes from dev * Move problem option to bottom of the list until fixed * HDFFV-11106 - fix parsing optional args * HDFFV-11106 add note * grammer fix * Whitespace after clang formatting * Undo format version 11 changes * Update check to working version * Merge workflow and minor changes from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop * Merge #318 OSX changes from develop * Merge serval small changes from dev * fix typo * Minor non-space formatting changes * GH #386 copyright corrections for java folder * revert because logic requires false return * Merges from develop #358 patches from vtk #361 fix header guard spelling * Remove case statement for H5I_EVENTSET * Correct call with versioning * Remove tabs * Double underscore change * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings Remove more underscores from header guards * Merge #380 from develop * Correct date entry
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 340001e..8fdec08 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -254,6 +254,16 @@ New Features
Library:
--------
+ - H5Epush_ret() now requires a trailing semi-colon
+
+ H5Epush_ret() is a function-like macro that has been changed to
+ contain a `do {} while(0)` loop. Consequently, a trailing semi-colon
+ is now required to end the `while` statement. Previously, a trailing
+ semi would work, but was not mandatory. This change was made to allow
+ clang-format to correctly format the source code.
+
+ (SAM - 2021/03/03)
+
- Improved performance of H5Sget_select_elem_pointlist
Modified library to cache the point after the last block of points