summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-26 22:20:21 +0000
committerKarl Berry <karl@freefriends.org>2020-01-26 22:20:21 +0000
commitcb12e9ff3c8ba280dca547d4b5e80629d28b4e09 (patch)
tree10e2e32502c1c894556012b4ca83f6cda83db533 /Master/texmf-dist/doc/latex/physconst/CHANGELOG.md
parent9fc6341d273edf6d5788c3a0a404a0fed4bdc058 (diff)
physconst (26jan20)
git-svn-id: svn://tug.org/texlive/trunk@53551 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/physconst/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/physconst/CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md b/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md
new file mode 100644
index 00000000000..964bf35aa66
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/physconst/CHANGELOG.md
@@ -0,0 +1,27 @@
+# Changes
+## [1.0.0] - 2020/01/25
+- Initial version
+## [1.0.1] - 2020/01/25
+### Added
+- A changelog
+- A readme
+- Code for changelog into physconst.cpp
+- `make dist` to create distributable tarball and zip
+- Documentation for options
+- line in .ins to force generation of the .sty
+- nicer index entries (and some associated code in .cpp to generate them)
+- added localuninstall and distuninstall targets to the makefile
+### Changed
+- Modified the makefile to split up generation of the .sty, .dtx, and .pdf
+- Modified the .cpp so that every \DeclareRobustCommand starts a new line right away
+- Added a newline in the middle of the title declaration (in .cpp)
+- Added a newline in the middle of the \DoNotIndex declaration (in .cpp)
+- Added dependency on imakeidx and changed the index to 2 column.
+- fixed makefile install options to correctly find TEXMF path
+### Removed
+- Removed unnecessary packages (tikz, float) from the code for the documentation
+## [1.0.2] - 2020/01/25
+### Changed
+- Switch compression of tarball to gzip to match requirement for CTAN
+
+