Skip to content

Commit

Permalink
更新变更日志
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed Feb 28, 2024
1 parent 124774a commit bc2bb1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
- 预发布版本使用形如 "`[1.0.2-rc.1] - 2021-06-11`" 作为二级标题,
- 正式发布版本使用形如 "`[1.0.1] - 2020-07-25`" 作为二级标题。

## [Unreleased](https://github.com/iydon/sustechthesis/compare/v1.3.5...HEAD)
## [Unreleased](https://github.com/iydon/sustechthesis/compare/v1.3.6...HEAD)

## [1.3.6](https://github.com/iydon/sustechthesis/compare/v1.3.5...v1.3.6) - 2024-02-28

### Added
- 增加 Overleaf 编译指引([#45](https://github.com/iydon/sustechthesis/issues/45))。
### Changed
- 更新参考文献配置([#44](https://github.com/iydon/sustechthesis/issues/44))。

## [1.3.5](https://github.com/iydon/sustechthesis/compare/v1.3.4...v1.3.5) - 2023-05-20

Expand Down
2 changes: 1 addition & 1 deletion sustechthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{sustechthesis}
[2022/05/16 v1.3.3 SUSTech Thesis Template]
[2024/02/28 v1.3.6 SUSTech Thesis Template]
\RequirePackage{ifxetex,ifluatex,ifthen}
\ifthenelse{\boolean{xetex}\OR\boolean{luatex}}{}{
\ClassError{sustechthesis}{You Should Use XeLaTeX or LuaLaTeX To Compile.}}
Expand Down

0 comments on commit bc2bb1f

Please sign in to comment.