Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.7.0 #696

Merged
merged 5 commits into from
Mar 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Mention empty dataset fix in changes.
  • Loading branch information
1uc committed Mar 31, 2023
commit c3e5887d7ddfd1d20cb858c5fe7b87d9cfe1414c
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 2.7.0 - 2023-02-28
## Version 2.7.0 - 2023-03-31
### New Features
- Properties can now be read (#684).
- Adding a property for LinkCreationOrder (#683).
Expand All @@ -12,9 +12,10 @@
### Bug Fix
- To avoid build failure in certain circumstances, user can not set `Boost_NO_BOOST_CMAKE` (#687).
- Fix leak when reading variable length strings (#660).
- Use `H5free_memory` instead of `free` in error handler (#665). Thanks to Moritz Koenemann
- Use `H5free_memory` instead of `free` in error handler (#665). Thanks to Moritz Koenemann.
- Fix a bug with old GCC due to templated friend classes (#688).
- Fix regression in broadcasting support (#697)
- Fix regression in broadcasting support (#697).
- Fix bug related to zero-length datasets (#702).

## Version 2.6.2 - 2022-11-10
### Bug Fix
Expand Down