Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jan 23, 2018
1 parent 25c1b85 commit 7d96d2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_script:
- python -c 'import numpy' 2>/dev/null || pip install numpy
- python -c 'import numpy; print numpy.__version__'
- mkdir build installdir rundir
- cd build || /usr/bin/cd build || /bin/cd build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=${BUILD} -DCMAKE_INSTALL_PREFIX=../installdir/
- set +e

Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
v0.9.2 2018-01-18
v0.9.2 2018-01-23
* Fix cross-section and material composition bugs in Geant4
interface. Only affects Geant4 users.
* CMakeLists.txt: Always use absolute rpath (needed on OSX).
* Fix gcc7 compilation.

v0.9.1 2017-08-30
* Proper behaviour of python interface if Numpy is absent.
Expand Down

0 comments on commit 7d96d2e

Please sign in to comment.