Skip to content

Commit 8238151

Browse files
author
mdcutone
committed
DOCS: Updated changelog and release info.
1 parent 3c96ba7 commit 8238151

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.txt

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
This file contains changes introduced to PsychXR for each version. Breaking
22
changes may be incompatible with your current code.
33

4-
Version 0.2.1 - 2019/07/16
4+
Version 0.2.2 - 2019/10/16
5+
--------------------------
6+
7+
Overview:
8+
9+
Bugfix release.
10+
11+
New Features:
12+
13+
- None
14+
15+
Bug Fixes:
16+
17+
- Fixed `LibOVRPerfStats` setting up incorrect pointers to
18+
`LibOVRPerfStatsPerCompositorFrame` objects.
19+
- Fixed TOUCH_* module level constants not being exposed by __all__.
20+
21+
Breaking Changes:
22+
23+
- None
24+
25+
26+
Version 0.2.1 - 2019/09/25
527
--------------------------
628

729
Overview:

docs/release_notes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Release Notes
33
=============
44

5+
6+
Version 0.2.2 - 2019-10-16
7+
~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
9+
Bugfix release to address issues introduced in the 0.2+ codebase. This version
10+
is being uploaded to PyPI for use with PsychoPy which has recently gotten
11+
a new version of the Rift interface which supports PsychXR 0.2+.
12+
13+
**Oculus Rift Support (libovr)**
14+
15+
* Fixed `LibOVRPerfStats` setting up incorrect pointers to
16+
`LibOVRPerfStatsPerCompositorFrame` objects, causing Cython to convert them
17+
to dictionaries instead of instances of `LibOVRPerfStatsPerCompositorFrame`.
18+
* Fixed TOUCH_* module level constants not being exposed by __all__.
19+
20+
`Click here to download PsychXR 0.2.2 <https://github.com/mdcutone/psychxr/releases>`_
21+
522
Version 0.2.1 - 2019-09-25
623
~~~~~~~~~~~~~~~~~~~~~~~~~~
724

0 commit comments

Comments
 (0)