Skip to content

Commit

Permalink
Update CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Mar 31, 2023
1 parent 76c953b commit ee0fa15
Showing 1 changed file with 4 additions and 3 deletions.
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

0 comments on commit ee0fa15

Please sign in to comment.