Skip to content

Commit

Permalink
Adding one more comment to release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlconlin committed Mar 18, 2020
1 parent 4c49b21 commit e320bac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Release Notes—NJOY21
Given here are some release notes for NJOY21. Each release is made through a formal [Pull Request](https://github.com/njoy/NJOY21/pulls) made on GitHub. There are links in this document that point to each of those Pull Requests, where you can see in great details the changes that were made. Often the Pull Requests are made in response to an [issue](https://github.com/njoy/NJOY21/issues). In such cases, links to those issues are also given.

## pNJOY21 1.1.1](https://github.com/njoy/NJOY21/pull/107)
## [NJOY21 1.1.1](https://github.com/njoy/NJOY21/pull/107)
This update fixes an issue where GCC would complain about a "maybe" uninitialized variable in [lipservice](https://github.com/njoy/lipservice). This only happens when compiled in release mode with GCC. Using the clang/LLVM compiler does not invoke this warning/error.

This update address issue #106.

## [NJOY21 1.1.0](https://github.com/njoy/NJOY21/pull/104)
This update moves the C++ standard to C++17; thus, a c++17-compliant compiler is needed to build NJOY21. Fortunately, C++17-compliant compilers have been available for several years.

Expand Down

0 comments on commit e320bac

Please sign in to comment.