Skip to content

Commit e8d36ac

Browse files
committed
Version 2022.1.4
1 parent 5431c27 commit e8d36ac

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release notes
22

3+
## Version 2022.1.4, - 2022-12-03
4+
5+
### Added
6+
- Add UnitCell::ChangeSpaceGroup(), which updates lattice parameter symmetry constraints.
7+
8+
### Changed
9+
- Take into account spacegroup clock in UnitCell::GetLatticePar and InitMatrices
10+
- Throw an exception if alpha, beta or gamma are not within ]0;pi[ in UnitCell::Init()
11+
12+
313
## Version 2022.1.3, - 2022-11-02
414

515
### Changed

site_scons/fallback_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Update FALLBACK_VERSION when tagging a new release.
88
'''
99

10-
FALLBACK_VERSION = '2022.1.3.post0'
10+
FALLBACK_VERSION = '2022.1.4.post0'

0 commit comments

Comments
 (0)