diff options
author | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2024-10-26 11:47:41 (GMT) |
---|---|---|
committer | Joseph Brill <48932340+jcbrill@users.noreply.github.com> | 2024-10-26 11:47:41 (GMT) |
commit | ca866a25eb7caa2ff4c15048271441c1d8d2ba75 (patch) | |
tree | cfa52ae9aa3e11762e2d6cd7fcdadd8a0b4612ee /RELEASE.txt | |
parent | f13babbe48114770effba65ed39f528afa56fcce (diff) | |
parent | 3b6e4d1248886c557838f938cff4f0cf8b850619 (diff) | |
download | SCons-ca866a25eb7caa2ff4c15048271441c1d8d2ba75.zip SCons-ca866a25eb7caa2ff4c15048271441c1d8d2ba75.tar.gz SCons-ca866a25eb7caa2ff4c15048271441c1d8d2ba75.tar.bz2 |
Merge branch 'master' into jbrill-msvs-tests
Manually resolve conflicts: CHANGES.txt and RELEASE.txt
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 61cdd2d..fe4b05d 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -33,6 +33,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY keyword arguments to Builder calls (or manually, through the undocumented Override method), were modified not to "leak" on item deletion. The item will now not be deleted from the base environment. +- Added support for tracking beamer themes in the LaTeX scanner. - MSVS: msvs project files are always generated before the corresponding msvs solution files. This changes the behavior of clean for a project generated with auto_build_solution disabled and explicit solution |